DataListBeginDragEventArgs Constructor
Constructor
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public DataListBeginDragEventArgs(
DataList source,
int start,
int end,
MouseButtons mouseButtons
)
Public Sub New (
source As DataList,
start As Integer,
end As Integer,
mouseButtons As MouseButtons
)
public:
DataListBeginDragEventArgs(
DataList^ source,
int start,
int end,
MouseButtons mouseButtons
)
new :
source : DataList *
start : int *
end : int *
mouseButtons : MouseButtons -> DataListBeginDragEventArgs
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