FarPoint.Win Assembly / FarPoint.Win Namespace / PopUpEventHandler Delegate


In This Topic
PopUpEventHandler Delegate
In This Topic
Represents a defined method that handles the PopUp event.
Syntax
'Declaration
 
Public Delegate Sub PopUpEventHandler( _
   ByVal sender As Object, _
   ByVal e As PopUpEventArgs _
) 
 
'Usage
 
Dim instance As New PopUpEventHandler(AddressOf HandlerMethod)

Parameters

sender
e
See Also