ItemDragEventArgs
Wisej.Web.ItemDragEventArgs
Last updated
Wisej.Web.ItemDragEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the ItemDrag event of the TreeView controls.
Initializes a new instance of the ItemDragEventArgs class with a specified mouse button.
Name | Type | Description |
---|---|---|
button |
Initializes a new instance of the ItemDragEventArgs class with a specified mouse button and the TreeNode that is being dragged.
Name | Type | Description |
---|---|---|
button | ||
node |
MouseButtons: Returns a value that indicates which mouse buttons were pressed during the drag operation.
TreeNode: Returns the TreeNode that is being dragged.
Name | Description |
---|---|
A combination of values that indicates which mouse buttons were pressed.
A combination of values that indicates which mouse buttons were pressed.
The being dragged.
Represents the method that will handle the event of a control.