Skip to main content

NavBarViewBase.OnChangeGroupExpanded(Object, ExecutedRoutedEventArgs) Method

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public static void OnChangeGroupExpanded(
    object sender,
    ExecutedRoutedEventArgs e
)

Parameters

Name Type Description
sender Object

An object identifying the command sender (a NavBarViewBase descendant). This object serves as the command’s CommandTarget attribute.

e ExecutedRoutedEventArgs

A ExecutedRoutedEventArgs object that provides data for the executed command.

See Also