Skip to main content
A newer version of this page is available. .

DxWindow Events

A Window component.
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