PowerTCP SSH and SFTP for .NET
EventHandler Delegate




The source of the event.
An EventArgs that contains event data.
Represents the method that will handle an event indicating the State property value has changed.
Syntax
'Declaration
 
Public Delegate Sub EventHandler( _
   ByVal sender As Object, _
   ByVal e As BaseEventArgs _
) 
'Usage
 
Dim instance As New EventHandler(AddressOf HandlerMethod)
public delegate void EventHandler( 
   object sender,
   BaseEventArgs e
)
public: __gc __delegate void EventHandler( 
   Object* sender,
   BaseEventArgs* e
)
public delegate void EventHandler( 
   Object^ sender,
   BaseEventArgs^ e
)

Parameters

sender
The source of the event.
e
An EventArgs that contains event data.
See Also

Reference

EventHandler Members
Dart.Ssh Namespace


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic