WinForms

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

    Show / Hide Table of Contents

    Class TreeViewAdvSelectionEventArgs

    Represents the data for the BeforeSelect event.

    Inheritance
    System.Object
    System.EventArgs
    TreeViewAdvSelectionEventArgs
    TreeViewAdvCancelableSelectionEventArgs
    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.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 Description
    TreeViewAdvAction

    SelectedNodes

    Gets the selected node collection.

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