Dart.Ssh Namespace > SshConnection Class : OnBanner Method |
'Declaration Public Overridable Sub OnBanner( _ ByVal e As BannerEventArgs _ )
'Usage Dim instance As SshConnection Dim e As BannerEventArgs instance.OnBanner(e)
public virtual void OnBanner( BannerEventArgs e )
public: virtual void OnBanner( BannerEventArgs* e )
public: virtual void OnBanner( BannerEventArgs^ e )
Note to Inheritors: When overriding OnBanner in a derived class, be sure to call the base class OnBanner method so that registered delegates receive the event.
See the ComponentBase.SynchronizingObject property for important information on updating UI controls from within derived classes.