Visual Basic (Declaration) | |
---|---|
Public Event RedirectRead() As EventHandler(Of CodecsRedirectReadEventArgs) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event EventHandler<CodecsRedirectReadEventArgs> RedirectRead() |
Managed Extensions for C++ | |
---|---|
public: __event EventHandler<CodecsRedirectReadEventArgs>* RedirectRead(); |
C++/CLI | |
---|---|
public: event EventHandler<CodecsRedirectReadEventArgs>^ RedirectRead(); |
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 reading from a file, set your own subscribe to this event then call the StartRedirecting method.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family