Occurs when a ToolBarItem is clicked.
Event Data
The event handler receives an argument of type ToolBarEventArgs containing data related to this event. The following ToolBarEventArgs property provides information specific to this event.
| Property |
Description |
|
Item
|
Returns the tool bar item that is associated to this event. |
Remarks
AutoPostBack must be set to true in order to trigger this event.
See Also
ToolBar Class | EO.Web Namespace