ComponentOne DockControl for WPF and Silverlight
ViewChanged Event

C1.WPF.Docking Namespace > C1DockControl Class : ViewChanged Event
Fires when the children collection of the C1DockControl or a descendant C1DockGroup changes.
Syntax
'Declaration
 
Public Event ViewChanged As System.EventHandler(Of EventArgs)
public event System.EventHandler<EventArgs> ViewChanged
See Also

Reference

C1DockControl Class
C1DockControl Members