Skip to main content
A newer version of this page is available. .

NavBarGroupExpandedChangedEventHandler Delegate

Represents a method that will handle the ExplorerBarView.GroupExpandedChanged event.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v19.2.dll

Declaration

public delegate void NavBarGroupExpandedChangedEventHandler(
    object sender,
    NavBarGroupExpandedChangedEventArgs e
);

Parameters

Name Type Description
sender Object

The event source. Identifies the view (ExplorerBarView) that raised the event.

e NavBarGroupExpandedChangedEventArgs

A NavBarGroupExpandedChangedEventArgs object that contains event data.

See Also