UltimateEditor Class Library

ToolbarItem.OnAfterChange Property

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

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

Property Value

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

Remarks

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

See Also

ToolbarItem Class | Karamasoft.WebControls.UltimateEditor Namespace