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