'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.