UltimateEditor Class Library

ToolbarItem.OnBeforeClick Property

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

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

Property Value

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

Remarks

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

See Also

ToolbarItem Class | Karamasoft.WebControls.UltimateEditor Namespace