DataListBeginDragEventArgs Constructor

Constructor

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
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