UltimateEditor Class Library

ToolbarItem.OnBeforeChange Property

Gets or sets the client-side code to execute before the specified command when the user changes the dropdown selection.

[Visual Basic]
Public Property OnBeforeChange As String
[C#]
public string OnBeforeChange {get; set;}

Property Value

Client-side code to execute before the specified command when the user changes the dropdown selection.

Remarks

Use this property to set the client-side code to execute before the specified command when the user changes the dropdown selection.

See Also

ToolbarItem Class | Karamasoft.WebControls.UltimateEditor Namespace