Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / PopupWindowHelper Class / OnPopupCancel Method
PopupCancelEventArgs that describe the popup form that is about to be cancelled.


In This Topic
OnPopupCancel Method
In This Topic
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)

Parameters

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