Basic Events

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

Closed

Event fired when the window is closed by the user or the Close() method.

Closing

Event fired when the window is about to close, allows the handler to stop the window from being closed.

PositionChanged

Fires when the window position changes.

WindowStateChanged

Event raised when the WindowState property has changed


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.