DataListBeginDragEventArgs Constructor

Constructor

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
public DataListBeginDragEventArgs(
	DataList source,
	int start,
	int end,
	MouseButtons mouseButtons
)

Parameters

source  DataList
The source data list for the drag and drop operation
start  Int32
The selection start
end  Int32
The selection end
mouseButtons  MouseButtons
The mouse button used

See Also