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

NavPaneExpandedChangingEventHandler Delegate

Represents a method that will handle the NavigationPaneView.NavPaneExpandedChanging event.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.NavBar, DevExpress.Wpf.Navigation

Declaration

public delegate void NavPaneExpandedChangingEventHandler(
    object sender,
    NavPaneExpandedChangingEventArgs e
);

Parameters

Name Type Description
sender Object

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

e NavPaneExpandedChangingEventArgs

A NavPaneExpandedChangingEventArgs object that contains event data.

See Also