Gets or sets the client-side code to execute after the specified command when the user clicks the button.
Namespace: Karamasoft.WebControls.UltimateEditorAssembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618
Syntax
| C# |
|---|
public string OnAfterClick { get; set; } |
| Visual Basic |
|---|
Public Property OnAfterClick As String Get Set |
| Visual C++ |
|---|
public: property String^ OnAfterClick { String^ get (); void set (String^ value); } |
Field 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.