DataListBeginDragEventArgs Class

This is used for the data list BeginDrag event

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public class DataListBeginDragEventArgs : EventArgs
Inheritance
Object    EventArgs    DataListBeginDragEventArgs

Constructors

Properties

Button Get the mouse button clicked to start the drag operation
SelectionEnd Get the ending row of the selection in the data list when the drag operation started
SelectionStart Get the starting row of the selection in the data list when the drag operation started
Source Get the source data list for the drag and drop operation

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also