NavPaneExpandedChangingEventHandler Delegate
In This Article
Represents a method that will handle the NavigationPaneView.NavPaneExpandedChanging event.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.2.dll
NuGet Package: DevExpress.Wpf.NavBar
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. Identifies the view (Navigation |
e | Nav |
A Nav |
See Also