menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeColumnAdvMouseEventArgs

    Represents the data for the MulticolumnTreeView Mouse event arguments

    Inheritance
    System.Object
    TreeColumnAdvMouseEventArgs
    Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TreeColumnAdvMouseEventArgs : MouseEventArgs

    Constructors

    TreeColumnAdvMouseEventArgs(MouseButtons, Int32, Int32, Int32, Int32, TreeColumnAdv)

    Initialize a new instance of the TreeColumnMouseClickEventArgs class.

    Declaration
    public TreeColumnAdvMouseEventArgs(MouseButtons button, int clicks, int x, int y, int delta, TreeColumnAdv column)
    Parameters
    Type Name Description
    System.Windows.Forms.MouseButtons button

    Defines buttons of mouse System.Windows.Forms.MouseButtons.

    System.Int32 clicks

    Number of the Mouse click.

    System.Int32 x
    System.Int32 y
    System.Int32 delta

    The number of detent the mouse wheel has rotated.

    TreeColumnAdv column

    Defines column.Syncfusion.Windows.Forms.Tools.MultiColumnTreeView instance.

    Properties

    Column

    Gets or Sets the column on mouse click.

    Declaration
    public TreeColumnAdv Column { get; }
    Property Value
    Type
    TreeColumnAdv
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved