Back to Devexpress

NavBarItemSelectingEventHandler Delegate

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

latest1.4 KB
Original Source

NavBarItemSelectingEventHandler Delegate

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

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

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

Parameters

NameTypeDescription
senderObject

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

| | e | NavBarItemSelectingEventArgs |

A NavBarItemSelectingEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.NavBar Namespace