ListViewItemDragEventArgs

Wisej.Web.ListViewItemDragEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.2.0.0)

Provides data for the ItemDrag event of the ListView controls.

public class ListViewItemDragEventArgs : EventArgs

Constructors

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

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

Properties

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

ListViewItem: Returns the ListViewItem that is being dragged.

Used By

Last updated