Class KanbanEventArgs
Class for KanbanEventArgs.
Inheritance
System.Object
KanbanEventArgs
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.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class KanbanEventArgs
Constructors
KanbanEventArgs(Dictionary<String, Object>)
Gets or sets the event to be performed on Kanban.
Declaration
public KanbanEventArgs(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 Kanban |
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 and sets the type of the Event to be performed.
Declaration
public string EventType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EventType./// |