Data List Begin Drag Event Args Constructor
Constructor
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public DataListBeginDragEventArgs(
DataList source,
int start,
int end,
MouseButtons mouseButtons
)VB
Public Sub New (
source As DataList,
start As Integer,
end As Integer,
mouseButtons As MouseButtons
)C++
public:
DataListBeginDragEventArgs(
DataList^ source,
int start,
int end,
MouseButtons mouseButtons
)F#
new :
source : DataList *
start : int *
end : int *
mouseButtons : MouseButtons -> DataListBeginDragEventArgsParameters
- 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