alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeViewAdvSelectionEventArgs

    Represents the data for the BeforeSelect event.

    Inheritance
    System.Object
    TreeViewAdvSelectionEventArgs
    TreeViewAdvCancelableSelectionEventArgs
    Namespace: Syncfusion.Windows.Forms.Tools
    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 A SelectedNodesCollection instance.

    TreeViewAdvAction action

    A TreeViewAdvAction type.

    Properties

    Action

    Gets the Action of TreeViewAdv.

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

    SelectedNodes

    Gets the selected node collection.

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