Delegate type for handling events that are related to the items.
Namespace:
C1.Web.UI.Controls.C1ToolBarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
public delegate void C1ToolBarEventHandler( Object sender, C1ToolBarEventArgs e ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub C1ToolBarEventHandler ( _ sender As Object, _ e As C1ToolBarEventArgs _ ) |
Parameters
- sender
- Type: System..::..Object
The source of the event
- e
- Type: C1.Web.UI.Controls.C1ToolBar..::..C1ToolBarEventArgs
C1MenuEventArgs object that contains the event data