Dart.PowerTCP.Zip Namespace : ExceptionEventHandler Delegate |
Public Delegate Sub ExceptionEventHandler( _ ByVal sender As Object, _ ByVal e As ExceptionEventArgs _ )
Dim instance As New ExceptionEventHandler(AddressOf HandlerMethod)
public delegate void ExceptionEventHandler( object sender, ExceptionEventArgs e )
public: __gc __delegate void ExceptionEventHandler( Object* sender, ExceptionEventArgs* e )
public delegate void ExceptionEventHandler( Object^ sender, ExceptionEventArgs^ e )