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

NavPaneExpandedChangingEventArgs(Boolean) Constructor

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

Namespace: DevExpress.Xpf.NavBar

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

Declaration

public NavPaneExpandedChangingEventArgs(
    bool isExpanded
)

Parameters

Name Type Description
isExpanded Boolean

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

Remarks

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

See Also