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