alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeViewAdvSelectionEventArgs

    Represent the data for the AfterSelect event.

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

    Constructors

    TreeViewAdvSelectionEventArgs(SelectedNodesCollection, TreeViewAdvAction)

    Initialize a new instance of the TreeViewAdvSelectionEventArgs class.

    Declaration
    public TreeViewAdvSelectionEventArgs(SelectedNodesCollection selectedNodes, TreeViewAdvAction action)
    Parameters
    Type Name Description
    SelectedNodesCollection selectedNodes

    The selected nodes collection.

    TreeViewAdvAction action

    The TreeviewAdv action.

    Properties

    Action

    Gets TreeViewAdv Action.

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

    SelectedNodes

    Gets selected nodes collection.

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