Spread Windows Forms 12.0 Product Documentation
PopupCancelEventHandler Delegate


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

Parameters

sender
e
See Also

Reference

PopupCancelEventHandler Members
FarPoint.Win Namespace