|
|
|
|
DragDetectedEventArgs Class |
DragDetectedEventArgs Class (Softelvdm.SftTreeNET Namespace)
Provides data for the DragDetected event.
VB |
Public Class DragDetectedEventArgs Inherits EventArgs |
C# |
public class DragDetectedEventArgs : EventArgs |
C++ |
public ref class DragDetectedEventArgs : public EventArgs |
Public |
Properties |
Events |
|||
Protected |
Constructors |
Properties |
Fields |
|
Description |
|
none | This class cannot be instantiated. |
Description | |
Defines in which area of the control the drag operation was detected. | |
Defines which cell is being dragged. May be null/Nothing indicating that no cell is associated with this event. | |
Empty | Represents an event with no event data. |
Defines whether the event handler handled the event. This value can be modified by the DragDetected event handler. | |
Defines which item is being dragged. May be null/Nothing indicating that no item is associated with this event. | |
The original mouse event data associated with this event. | |
Defines which part is being dragged. May be null/Nothing indicating that no part is associated with this event. | |
Defines which row header is being dragged. May be null/Nothing indicating that no row header is associated with this event. | |
Description | |
Equals | Determines whether the specified Object is equal to the current Object. |
GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType | Gets the Type of the current instance. |
ReferenceEquals | Determines whether the specified Object instances are the same instance. |
ToString | Returns a String that represents the current Object. |
Description | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone | Creates a shallow copy of the current Object. |
See Also Softelvdm.SftTreeNET Namespace