NavBarGroupExpandedChangedEventHandler Delegate
Represents a method that will handle the ExplorerBarView.GroupExpandedChanged event.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
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