Fires when the children collection of the C1DockControl or a descendant C1DockGroup changes.

Namespace:  C1.Silverlight.Docking
Assembly:  C1.Silverlight.Docking (in C1.Silverlight.Docking.dll)

Syntax

C#
public event EventHandler<EventArgs> ViewChanged
Visual Basic
Public Event ViewChanged As EventHandler(Of EventArgs)

See Also