Click or drag to resize

ToolbarEvent:onChange Method

Occurs when the ComboBox.SelectedIndex property has changed.
JavaScript
clientControlsFactory.on(control, "onChange", onChange);

Namespace:  Aras.Client.Controls.Public
Syntax
JavaScript
function Event:onChange(el);

Parameters

el
Type: Aras.Client.Controls.PublicToolbarItem
See Also