| Visual Basic (Declaration) | |
|---|---|
Public Event RedirectOpen() As EventHandler(Of CodecsRedirectOpenEventArgs) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public event EventHandler<CodecsRedirectOpenEventArgs> RedirectOpen() | |
| C++/CLI | |
|---|---|
public: event EventHandler<CodecsRedirectOpenEventArgs>^ RedirectOpen(); | |
For an example, refer to StartRedirecting
You can redirect all the toolkit I/O methods to your own I/O methods to load/save images from your own streams.
To replace the normal method for opening a file, set your own subscribe to this event then call the StartRedirecting method.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family