Dart.Mail Namespace > Pop Class : OnProgress Method |
Protected Overridable Sub OnProgress( _ ByVal e As PopProgressEventArgs _ )
Dim instance As Pop Dim e As PopProgressEventArgs instance.OnProgress(e)
protected virtual void OnProgress( PopProgressEventArgs e )
protected: virtual void OnProgress( PopProgressEventArgs* e )
protected: virtual void OnProgress( PopProgressEventArgs^ e )
This method allows derived classes to handle the event without attaching a delegate, but 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.