Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

ToolBar.ItemClick Event

Occurs when a ToolBarItem is clicked.

[Visual Basic]
Public Event ItemClick As ToolBarEventHandler
[C#]
public event ToolBarEventHandler ItemClick;

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


Direct link to this topic