Spread Windows Forms 15.0
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)
    protected virtual void OnPopupCancel( 
       PopupCancelEventArgs e
    )

    Parameters

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