Raised before an item in a ListBar control is clicked. Allows the item selection to be cancelled.
The event handler receives an argument of type BeforeItemClickedEventArgs containing data related to this event. The following BeforeItemClickedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Gets/sets whether the click should be cancelled or not. |
Item | Gets the ListBarItem that is about to be clicked. |
ListBar Class | NETXP.Controls.Bars Namespace