alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeNodeAdvEventArgs

    Represents the data for the MultiColumnTreeView selection events.

    Inheritance
    System.Object
    TreeNodeAdvEventArgs
    Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TreeNodeAdvEventArgs : EventArgs

    Constructors

    TreeNodeAdvEventArgs(TreeNodeAdv)

    Initialize a new instance of the TreeNodeAdvEventArgs class.

    Declaration
    public TreeNodeAdvEventArgs(TreeNodeAdv node)
    Parameters
    Type Name Description
    TreeNodeAdv node

    A TreeNodeAdv instance.

    TreeNodeAdvEventArgs(TreeNodeAdv, TreeViewAdvAction)

    Initialize a new instance of the TreeNodeAdvEventArgs class.

    Declaration
    public TreeNodeAdvEventArgs(TreeNodeAdv node, TreeViewAdvAction action)
    Parameters
    Type Name Description
    TreeNodeAdv node

    A TreeNodeAdv instance.

    TreeViewAdvAction action

    A TreeViewAdvAction type.

    Properties

    Action

    Gets or sets the TreeViewAdvAction associated with the event.

    Declaration
    public TreeViewAdvAction Action { get; set; }
    Property Value
    Type
    TreeViewAdvAction

    Node

    Gets or sets the TreeNodeAdv associated with the event.

    Declaration
    public TreeNodeAdv Node { get; set; }
    Property Value
    Type
    TreeNodeAdv
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved