Class EditorClientSideEventsBuilder
Represents the client side events
Inheritance
System.Object
EditorClientSideEventsBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class EditorClientSideEventsBuilder
Constructors
EditorClientSideEventsBuilder(EditorProperties)
Initializes a new instance of the EditorClientSideEventsBuilder class.
Declaration
public EditorClientSideEventsBuilder(EditorProperties editorProp)
Parameters
Type | Name | Description |
---|---|---|
EditorProperties | editorProp |
Methods
Change(String)
Defines the change event ,it triggers when change the value of editor control
Declaration
public EditorClientSideEventsBuilder Change(string change)
Parameters
Type | Name | Description |
---|---|---|
System.String | change |
Returns
Type | Description |
---|---|
EditorClientSideEventsBuilder |
Create(String)
Specifies the Create event,it triggers when editor control has created
Declaration
public EditorClientSideEventsBuilder Create(string create)
Parameters
Type | Name | Description |
---|---|---|
System.String | create |
Returns
Type | Description |
---|---|
EditorClientSideEventsBuilder |
Destroy(String)
Specifies the destroy event of the control
Declaration
public EditorClientSideEventsBuilder Destroy(string destroy)
Parameters
Type | Name | Description |
---|---|---|
System.String | destroy |
Returns
Type | Description |
---|---|
EditorClientSideEventsBuilder |
FocusIn(String)
Specifies the focus event ,triggers when focus on the editor control
Declaration
public EditorClientSideEventsBuilder FocusIn(string focusIn)
Parameters
Type | Name | Description |
---|---|---|
System.String | focusIn |
Returns
Type | Description |
---|---|
EditorClientSideEventsBuilder |
FocusOut(String)
Specifies the focusOut event,It triggers when focusOut from editor control.
Declaration
public EditorClientSideEventsBuilder FocusOut(string focusOut)
Parameters
Type | Name | Description |
---|---|---|
System.String | focusOut |
Returns
Type | Description |
---|---|
EditorClientSideEventsBuilder |