menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum TreeViewAdvAction - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum TreeViewAdvAction

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

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public enum TreeViewAdvAction

    Fields

    Name Description
    ByKeyboard

    The event was caused by a keystroke.

    ByMouse

    The event was caused by a mouse operation.

    Collapse

    The event was caused by the TreeNodeAdv collapsing.

    Expand

    The event was caused by the TreeNodeAdv expanding.

    Unknown

    The action that caused the event is unknown.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved