Dart.Ssh Namespace : SshConnection.HostKeyEventHandler Delegate |
'Declaration Public Delegate Sub SshConnection.HostKeyEventHandler( _ ByVal sender As Object, _ ByVal e As HostKeyEventArgs _ )
'Usage Dim instance As New SshConnection.HostKeyEventHandler(AddressOf HandlerMethod)
public delegate void SshConnection.HostKeyEventHandler( object sender, HostKeyEventArgs e )
public: __gc __delegate void SshConnection.HostKeyEventHandler( Object* sender, HostKeyEventArgs* e )
public delegate void SshConnection.HostKeyEventHandler( Object^ sender, HostKeyEventArgs^ e )