C1ToolBarItemCollectionChangedEventArgs is used for the C1ToolBarItemCollectionChange event.

Namespace:  C1.Web.UI.Controls.C1ToolBar
Assembly:  C1ToolBarClient (in C1ToolBarClient.dll)

Syntax

JavaScript
C1.Web.UI.Controls.C1ToolBar.C1ToolBarItemCollectionChangedEventArgs = function();

Type.createClass(
	'C1.Web.UI.Controls.C1ToolBar.C1ToolBarItemCollectionChangedEventArgs',
	Sys.EventArgs);

Inheritance Hierarchy

System..::..Object
  EventArgs
    C1.Web.UI.Controls.C1ToolBar..::..C1ToolBarItemCollectionChangedEventArgs

See Also