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.v18.2.dll

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