Gets or sets the client-side code to execute before 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 OnBeforeChange { get; set; } |
| Visual Basic |
|---|
Public Property OnBeforeChange As String Get Set |
| Visual C++ |
|---|
public: property String^ OnBeforeChange { String^ get (); void set (String^ value); } |
Field Value
Client-side code to execute before the specified command when the user changes the dropdown selection.
Remarks
Use this property to set the client-side code to execute before the specified command when the user changes the dropdown selection.