Back to Devexpress

NavBarGroupExpandedChangingEventHandler Delegate

wpf-devexpress-dot-xpf-dot-navbar-57d71650.md

latest1.5 KB
Original Source

NavBarGroupExpandedChangingEventHandler Delegate

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

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public delegate void NavBarGroupExpandedChangingEventHandler(
    object sender,
    NavBarGroupExpandedChangingEventArgs e
);
vb
Public Delegate Sub NavBarGroupExpandedChangingEventHandler(
    sender As Object,
    e As NavBarGroupExpandedChangingEventArgs
)

Parameters

NameTypeDescription
senderObject

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

| | e | NavBarGroupExpandedChangingEventArgs |

A NavBarGroupExpandedChangingEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.NavBar Namespace