alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeViewAdvAction

    Defines the constants that specifies the action that raised a TreeViewAdv event.

    Inheritance
    System.Object
    TreeViewAdvAction
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class TreeViewAdvAction : Enum

    Fields

    ByKeyboard

    The event was caused by a keystroke.

    Declaration
    public const TreeViewAdvAction ByKeyboard
    Field Value
    Type
    TreeViewAdvAction

    ByMouse

    The event was caused by a mouse operation.

    Declaration
    public const TreeViewAdvAction ByMouse
    Field Value
    Type
    TreeViewAdvAction

    Collapse

    The event was caused by the TreeNodeAdv collapsing.

    Declaration
    public const TreeViewAdvAction Collapse
    Field Value
    Type
    TreeViewAdvAction

    Expand

    The event was caused by the TreeNodeAdv expanding.

    Declaration
    public const TreeViewAdvAction Expand
    Field Value
    Type
    TreeViewAdvAction

    Unknown

    The action that caused the event is unknown.

    Declaration
    public const TreeViewAdvAction Unknown
    Field Value
    Type
    TreeViewAdvAction
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved