Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / PopupWindowHelperMessageFilter Class / OnCancelPopup Method
The PopupCancelEventArgs associated with the cancel event.


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