ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanEventArgs - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    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.///

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved