Class RTEEventArgs
Represents the RTEEventArgs class
Inheritance
System.Object
System.EventArgs
RTEEventArgs
Inherited Members
System.EventArgs.Empty
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.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class RTEEventArgs : EventArgs
Constructors
RTEEventArgs(Dictionary<String, Object>)
Initializes the new instance of RTEEventArgs class
Declaration
public RTEEventArgs(Dictionary<string, object> args)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> | args | Gets the event arguments as Dictionary object |
Properties
Arguments
Gets or sets the arguments of RTEEventArgs class
Declaration
public Dictionary<string, object> Arguments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
CommandName
Gets or sets the command name
Declaration
public string CommandName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EventType
Gets or sets the event type of RTEEventArgs class
Declaration
public string EventType { get; set; }
Property Value
Type | Description |
---|---|
System.String |