Spread Windows Forms 12.0 Product Documentation
OnCancelPopup Method


FarPoint.Win Assembly > FarPoint.Win Namespace > PopupWindowHelperMessageFilter Class : OnCancelPopup Method
The PopupCancelEventArgs associated with the cancel event.
Raises the PopupCancel event.
Syntax
'Declaration
 
Protected Overridable Sub OnCancelPopup( _
   ByVal e As PopupCancelEventArgs _
) 
'Usage
 
Dim instance As PopupWindowHelperMessageFilter
Dim e As PopupCancelEventArgs
 
instance.OnCancelPopup(e)
protected virtual void OnCancelPopup( 
   PopupCancelEventArgs e
)

Parameters

e
The PopupCancelEventArgs associated with the cancel event.
See Also

Reference

PopupWindowHelperMessageFilter Class
PopupWindowHelperMessageFilter Members