ItemClickEventHandler Delegate
In This Article
Represents the method that will handle the BarItem.ItemClick and BarManager.ItemClick events.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public delegate void ItemClickEventHandler(
object sender,
ItemClickEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | A Bar |
e | Item |
An Item |
See Also