ListViewItemDragEventArgs
Wisej.Web.ListViewItemDragEventArgs
Last updated
Wisej.Web.ListViewItemDragEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the ItemDrag event of the ListView controls.
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. |
Initializes a new instance of the ItemDragEventArgs class with a specified mouse button and the ListViewItem that is being dragged.
Name | Type | Description |
---|---|---|
button | A combination of MouseButtons values that indicates which mouse buttons were pressed. | |
item | The ListViewItem being dragged. |
MouseButtons: Returns a value that indicates which mouse buttons were pressed during the drag operation.
ListViewItem: Returns the ListViewItem that is being dragged.
Name | Description |
---|---|