Skip to main content

NavBarGroupExpandedChangedEventHandler Delegate

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

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

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