ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockControl Class / ViewChanged Event

In This Topic
    ViewChanged Event (C1DockControl)
    In This Topic
    Fires when the children collection of the C1DockControl or a descendant C1DockGroup changes.
    Syntax
    'Declaration
     
    Public Event ViewChanged As EventHandler(Of EventArgs)
    public event EventHandler<EventArgs> ViewChanged
    See Also