menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeViewEventArgs

    Show / Hide Table of Contents

    Class TreeViewEventArgs

    Represents the TreeView Events

    Inheritance
    System.Object
    System.EventArgs
    TreeViewEventArgs
    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 TreeViewEventArgs : EventArgs

    Constructors

    TreeViewEventArgs(Dictionary<String, Object>)

    Declaration
    public TreeViewEventArgs(Dictionary<string, object> args)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.Object> args

    Properties

    Arguments

    Declaration
    public Dictionary<string, object> Arguments { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    Checked

    Declaration
    public bool Checked { get; set; }
    Property Value
    Type Description
    System.Boolean

    CurrentCheckedNodes

    Declaration
    public List<NodeData> CurrentCheckedNodes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<NodeData>

    EventType

    Declaration
    public string EventType { get; set; }
    Property Value
    Type Description
    System.String

    NodeID

    Declaration
    public string NodeID { get; set; }
    Property Value
    Type Description
    System.String

    NodeText

    Declaration
    public string NodeText { get; set; }
    Property Value
    Type Description
    System.String

    RenamedNode

    Declaration
    public TreeViewEventArgs.InlineEditValidationArgs RenamedNode { get; set; }
    Property Value
    Type Description
    TreeViewEventArgs.InlineEditValidationArgs

    TargetNodeDetails

    Declaration
    public TreeViewEventArgs.DropEventArgs TargetNodeDetails { get; set; }
    Property Value
    Type Description
    TreeViewEventArgs.DropEventArgs
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved