TreeViewNodeDragEventArgs

Wisej.Web.TreeViewNodeDragEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the ItemDrag event of the TreeView controls.

public class TreeViewNodeDragEventArgs : EventArgs

Constructors

Initializes a new instance of the ItemDragEventArgs class with a specified mouse button.

NameTypeDescription

button

A combination of MouseButtons values that indicates which mouse buttons were pressed.

Initializes a new instance of the ItemDragEventArgs class with a specified mouse button and the TreeNode that is being dragged.

NameTypeDescription

button

A combination of MouseButtons values that indicates which mouse buttons were pressed.

node

The TreeNode being dragged.

Properties

MouseButtons: Returns a value that indicates which mouse buttons were pressed during the drag operation.

TreeNode: Returns the TreeNode that is being dragged.

Used By

NameDescription

Represents the method that will handle the ItemDrag event of a TreeView control.

Last updated