Spread Windows Forms 12.0 Product Documentation
PopUpEventHandler Delegate


FarPoint.Win Assembly > FarPoint.Win Namespace : PopUpEventHandler Delegate
Represents the 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)
public delegate void PopUpEventHandler( 
   object sender,
   PopUpEventArgs e
)

Parameters

sender
e
See Also

Reference

PopUpEventHandler Members
FarPoint.Win Namespace
PopUp Event
PopUpEventArgs Class