Spread Windows Forms 12.0 Product Documentation
OnPopupCancel Method


FarPoint.Win Assembly > FarPoint.Win Namespace > PopupWindowHelper Class : OnPopupCancel Method
PopupCancelEventArgs that describe the popup form that is about to be cancelled.
Raises the PopupCancel event.
Syntax
'Declaration
 
Protected Overridable Sub OnPopupCancel( _
   ByVal e As PopupCancelEventArgs _
) 
'Usage
 
Dim instance As PopupWindowHelper
Dim e As PopupCancelEventArgs
 
instance.OnPopupCancel(e)
protected virtual void OnPopupCancel( 
   PopupCancelEventArgs e
)

Parameters

e
PopupCancelEventArgs that describe the popup form that is about to be cancelled.
See Also

Reference

PopupWindowHelper Class
PopupWindowHelper Members