DxWindow Events
A non-modal window with custom content.
Name | Description |
---|---|
Closed | Fires after the Window is closed. |
Closing | Fires before the Window is closed. |
Created | Fires after the Window is created. |
Disposed | Fires after the Window is disposed. |
Drag |
Fires after the Window is dragged. |
Drag |
Fires when a user starts to drag the Window. |
Resize |
Fires after the Window is resized. |
Resize |
Fires when a user starts to resize the Window. |
Showing | Fires before the Window is displayed. |
Shown | Fires after the Window is displayed. |
Visible |
Fires when the Window changes its Visible property value. |