Back to Devexpress

NavBarItemSelectedEventHandler Delegate

wpf-devexpress-dot-xpf-dot-navbar-cd3ef83a.md

latest1.4 KB
Original Source

NavBarItemSelectedEventHandler Delegate

Represents a method that will handle the NavBarViewBase.ItemSelected event.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source. Identifies the view (a NavBarViewBase descendant) that raised the event.

| | e | NavBarItemSelectedEventArgs |

A NavBarItemSelectedEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.NavBar Namespace