ComponentOne DockControl for WPF and Silverlight
Closing Event (C1DockWindow)

C1.WPF.Docking Namespace > C1DockWindow Class : Closing Event
Syntax
'Declaration
 
Public Event Closing As System.ComponentModel.CancelEventHandler
public event System.ComponentModel.CancelEventHandler Closing
Event Data

The event handler receives an argument of type System.ComponentModel.CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.

PropertyDescription
 
See Also