Click or drag to resize

Window Events

The Window type exposes the following members.

Events
  NameDescription
Public eventClosed
Occurs when the window is closed.
Public eventClosing
Occurs before the window is closed, giving an opportunity to cancel the close operation.
Public eventLocationChanged
Occurs when the Location of the window is changed.
Public eventLogicalPixelSizeChanged
Occurs when the LogicalPixelSize of the window is changed.
Public eventOwnerChanged
Occurs when the Owner is changed.
Public eventWindowStateChanged
Occurs when the WindowState is changed.
Top
See Also