ItemClickEventHandler Delegate
Represents the method that will handle the BarItem.ItemClick and BarManager.ItemClick events.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
sender | Object | A BarManager object. |
e | ItemClickEventArgs | An ItemClickEventArgs object that represents data for the event. |
See Also