TreeViewNodeDragEventArgs
Wisej.Web.TreeViewNodeDragEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the ItemDrag event of the TreeView controls.
Constructors
TreeViewNodeDragEventArgs(button)
Initializes a new instance of the ItemDragEventArgs class with a specified mouse button.
Name
Type
Description
button
A combination of MouseButtons values that indicates which mouse buttons were pressed.
TreeViewNodeDragEventArgs(button, node)
Initializes a new instance of the ItemDragEventArgs class with a specified mouse button and the TreeNode that is being dragged.
Name
Type
Description
button
A combination of MouseButtons values that indicates which mouse buttons were pressed.
Properties
Button
MouseButtons: Returns a value that indicates which mouse buttons were pressed during the drag operation.
Node
TreeNode: Returns the TreeNode that is being dragged.
Used By
Name
Description
Last updated