Creates and initializes new ItemDragEventArgs class instance.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Sub New ( _
mouseButton As MouseButtons, _
item As IListItem _
)
public ItemDragEventArgs(
MouseButtons mouseButton,
IListItem item
)
Type: System.Windows.Forms.MouseButtons
MouseButtons value that specifies the mouse button that was clicked during the drag operation.