ComponentOne DockControl for WPF and Silverlight
PositionChanged Event

C1.WPF.Docking Namespace > C1DockWindow Class : PositionChanged Event
Syntax
'Declaration
 
Public Event PositionChanged As System.EventHandler(Of PositionChangedEventArgs)
public event System.EventHandler<PositionChangedEventArgs> PositionChanged
Event Data

The event handler receives an argument of type C1.WPF.PositionChangedEventArgs containing data related to this event. The following PositionChangedEventArgs properties provide information specific to this event.

PropertyDescription
 
See Also