Data List Begin Drag Event Args Class
This is used for the data list BeginDrag event
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 class DataListBeginDragEventArgs : EventArgsVB
Public Class DataListBeginDragEventArgs
Inherits EventArgsC++
public ref class DataListBeginDragEventArgs : public EventArgsF#
type DataListBeginDragEventArgs =
class
inherit EventArgs
endConstructors
| DataListBeginDragEventArgs | Constructor |
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
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |