InfoConnect API Guide
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)
    public delegate void CancelableEventHandler( 
       object sender,
       CancelableEventArgs e
    )

    Parameters

    sender
    e
    See Also