public class DataListBeginDragEventArgs : EventArgs
Public Class DataListBeginDragEventArgs
Inherits EventArgs
public ref class DataListBeginDragEventArgs : public EventArgs
type DataListBeginDragEventArgs =
class
inherit EventArgs
end
DataListBeginDragEventArgs | Constructor |
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 |
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) |