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.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | A Bar |
e | Item |
An Item |
See Also