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. |
DragCompleted | Fires after the Window is dragged. |
DragStarted | Fires when a user starts to drag the Window. |
ResizeCompleted | Fires after the Window is resized. |
ResizeStarted | Fires when a user starts to resize the Window. |
Showing | Fires before the Window is displayed. |
Shown | Fires after the Window is displayed. |
VisibleChanged | Fires when the Window changes its Visible property value. |
See Also