'Declaration Protected Overridable Sub OnPopupClosed( _ ByVal e As PopupClosedEventArgs _ )
'Usage Dim instance As PopupWindowHelper Dim e As PopupClosedEventArgs instance.OnPopupClosed(e)
protected virtual void OnPopupClosed( PopupClosedEventArgs e )
Parameters
- e
- PopupClosedEventArgs that describe the popup form that is being closed.