The members of System.Windows.Forms.ItemDragEventArgs are listed below.
See Also: Inherited members from System.EventArgs
Initializes a new instance of the System.Windows.Forms.ItemDragEventArgs class with a specified mouse button. | ||
Initializes a new instance of the System.Windows.Forms.ItemDragEventArgs class with a specified mouse button and the item that is being dragged. |
[read-only] | Button | MouseButtons.
Gets a value that indicates which mouse buttons were pressed during the drag operation. |
[read-only] | Item | object.
Gets the item that is being dragged. |