UltimateEditor Class Library

ToolbarItem.OnAfterClick Property

Gets or sets the client-side code to execute after the specified command when the user clicks the button.

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

Property Value

Client-side code to execute after the specified command when the user clicks the button.

Remarks

Use this property to set the client-side code to execute after the specified command when the user clicks the button.

See Also

ToolbarItem Class | Karamasoft.WebControls.UltimateEditor Namespace