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

NavBarGroupExpandedChangingEventHandler Delegate

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

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public delegate void NavBarGroupExpandedChangingEventHandler(
    object sender,
    NavBarGroupExpandedChangingEventArgs e
);

Parameters

Name Type Description
sender Object

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

e NavBarGroupExpandedChangingEventArgs

A NavBarGroupExpandedChangingEventArgs object that contains event data.

See Also