ComponentOne Windows for WPF includes several events that allow you to set interaction and customize the control. Some of the more important events are listed below.
The following events let you customize the C1Window control:
Event | Description |
Event fired when the window is closed by the user or the Close() method. | |
Event fired when the window is about to close, allows the handler to stop the window from being closed. | |
Fires when the window position changes. | |
Event raised when the WindowState property has changed |