Skip to main content

NavPaneExpandedChangingEventHandler Delegate

In This Article

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

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v14.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