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

Namespace: Karamasoft.WebControls.UltimateEditor
Assembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618

Syntax

C#
public string OnBeforeClick { get; set; }
Visual Basic
Public Property OnBeforeClick As String
	Get
	Set
Visual C++
public:
property String^ OnBeforeClick {
	String^ get ();
	void set (String^ value);
}

Field 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