FarPoint.Win Assembly / FarPoint.Win Namespace / PopupCancelEventHandler Delegate


In This Topic
PopupCancelEventHandler Delegate
In This Topic
Represents the method which responds to a PopupCancel event.
Syntax
'Declaration
 
Public Delegate Sub PopupCancelEventHandler( _
   ByVal sender As Object, _
   ByVal e As PopupCancelEventArgs _
) 
 
'Usage
 
Dim instance As New PopupCancelEventHandler(AddressOf HandlerMethod)

Parameters

sender
e
See Also