DxPopupBase Events
Defines the base API for classes that implement popup windows.Name | Description |
---|---|
CloseButtonClick | Obsolete. This event is now obsolete. Handle the Closing or Closed event instead. |
Closed | Fires after the Popup is closed. |
Closing | Fires before the Popup is closed. |
Created | Fires after the Popup is created. |
Disposed | Fires after the Popup is disposed. |
Showing | Fires before the Popup is displayed. |
Shown | Fires after the Popup is displayed. |
VisibleChanged | Fires when the Popup changes its Visible property value. |
See Also