Skip to main content

NavBarGroupExpandedChangingEventHandler Delegate

In This Article

Represents a method that will handle the ExplorerBarView.GroupExpandedChanging event.

Namespace: DevExpress.Xpf.NavBar

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

#Declaration

public delegate void NavBarGroupExpandedChangingEventHandler(
    object sender,
    NavBarGroupExpandedChangingEventArgs e
);

#Parameters

Name Type Description
sender Object

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

e NavBarGroupExpandedChangingEventArgs

A NavBarGroupExpandedChangingEventArgs object that contains event data.

See Also