DxPopup Events
A modal popup window with custom content that overlays the current view.
Name | Description |
---|---|
Close |
Obsolete. This event is now obsolete. Handle the Closing or Closed event instead.
Inherited from Dx |
Closed |
Fires after the Popup is closed.
Inherited from Dx |
Closing |
Fires before the Popup is closed.
Inherited from Dx |
Created |
Fires after the Popup is created.
Inherited from Dx |
Disposed |
Fires after the Popup is disposed.
Inherited from Dx |
Drag |
Fires when a user drops the Popup. |
Drag |
Fires when a user drags the Popup or resizes it by edges. |
Resize |
Fires after the Popup is resized. |
Resize |
Fires when a user starts to resize the Popup. |
Showing |
Fires before the Popup is displayed.
Inherited from Dx |
Shown |
Fires after the Popup is displayed.
Inherited from Dx |
Visible |
Fires when the Popup changes its Visible property value.
Inherited from Dx |
See Also