Skip to main content

NavPaneExpandedChangedEventArgs(Boolean) Constructor

Initializes a new instance of the NavPaneExpandedChangedEventArgs class with the specified setting.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public NavPaneExpandedChangedEventArgs(
    bool isExpanded
)

Parameters

Name Type Description
isExpanded Boolean

true if the Navigation Pane is expanded; otherwise, false.

Remarks

Instances of the NavPaneExpandedChangedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also