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