Class GridEventArgs
Inheritance
System.Object
System.EventArgs
GridEventArgs
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 GridEventArgs : EventArgs
Constructors
GridEventArgs(Dictionary<String, Object>)
Gets or sets the event to be performed on Grid.
Declaration
public GridEventArgs(Dictionary<string, object> args)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> | args | It accepts the string as key and arguments passed as object to perform the Grid |
Properties
Arguments
Gets the string as key and object value passed as Arguments for events.
Declaration
public Dictionary<string, object> Arguments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
EventType
Gets or sets the Type of the Event to perform.
Declaration
public string EventType { get; set; }
Property Value
Type | Description |
---|---|
System.String |