Dart.Mail Namespace > Imap Class : OnProgress Method |
Protected Overridable Sub OnProgress( _ ByVal e As ImapProgressEventArgs _ )
Dim instance As Imap Dim e As ImapProgressEventArgs instance.OnProgress(e)
protected virtual void OnProgress( ImapProgressEventArgs e )
protected: virtual void OnProgress( ImapProgressEventArgs* e )
protected: virtual void OnProgress( ImapProgressEventArgs^ e )
This method allows derived classes to handle the event without attaching a delegate; marshaling to the UI thread is not provided. This is the preferred technique for handling an event in a derived class.
Note to Inheritors: When overriding OnProgress in a derived class, be sure to call the base class OnProgress method so that registered delegates receive the event.