alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeViewAdvCancelableSelectionEventArgs

    Represents the data for the BeforeSelect event.

    Inheritance
    System.Object
    TreeViewAdvSelectionEventArgs
    TreeViewAdvCancelableSelectionEventArgs
    Inherited Members
    TreeViewAdvSelectionEventArgs.Action
    TreeViewAdvSelectionEventArgs.SelectedNodes
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TreeViewAdvCancelableSelectionEventArgs : TreeViewAdvSelectionEventArgs

    Constructors

    TreeViewAdvCancelableSelectionEventArgs(SelectedNodesCollection, TreeViewAdvAction, Boolean)

    Initialize a new instance of the TreeViewAdvCancelableSelectionEventArgs.

    Declaration
    public TreeViewAdvCancelableSelectionEventArgs(SelectedNodesCollection selectedNodes, TreeViewAdvAction action, bool cancel)
    Parameters
    Type Name Description
    SelectedNodesCollection selectedNodes

    The A SelectedNodesCollection instance.

    TreeViewAdvAction action

    A TreeViewAdvAction type.

    System.Boolean cancel

    The selection needs to be canceled or not.

    Properties

    Cancel

    Gets or sets the cancel property.

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