WinForms

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

    Show / Hide Table of Contents

    Enum TreeViewAdvAction

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

    Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
    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 - 2022 Syncfusion Inc. All Rights Reserved