Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection Namespace / CancelableEventHandler Delegate


In This Topic
CancelableEventHandler Delegate
In This Topic
Event handler that handles the cancel method.
Syntax
'Declaration
 
Public Delegate Sub CancelableEventHandler( _
   ByVal sender As Object, _
   ByVal e As CancelableEventArgs _
) 
 
'Usage
 
Dim instance As New CancelableEventHandler(AddressOf HandlerMethod)

Parameters

sender
e
See Also