Delegate type for handling events that property changed.

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

Syntax

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

Type.createClass(
	'C1.Web.UI.Controls.C1ToolBar.C1ToolBarPropertyChangedHandler',
	MulticastDelegate);

Inheritance Hierarchy

System..::..Object
  System..::..Delegate
    System..::..MulticastDelegate
      C1.Web.UI.Controls.C1ToolBar..::..C1ToolBarPropertyChangedHandler

See Also