Back to Devexpress

ItemClickEventArgs Properties

wpf-devexpress-dot-xpf-dot-bars-dot-itemclickeventargs-dot-underscore-properties.md

latest2.7 KB
Original Source

ItemClickEventArgs Properties

Provides data for the BarItem.ItemClick and BarManager.ItemClick events.

NameDescription
HandledGets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. Inherited from RoutedEventArgs.
ItemGets the bar item that is currently being processed.
LinkGets the bar item link that is currently being processed.
LinkControlGets the bar item link control that is currently being processed.
OriginalSourceGets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs.
RoutedEventGets or sets the RoutedEvent associated with this RoutedEventArgs instance. Inherited from RoutedEventArgs.
SourceGets or sets a reference to the object that raised the event. Inherited from RoutedEventArgs.

See Also

ItemClickEventArgs Class

ItemClickEventArgs Members

DevExpress.Xpf.Bars Namespace