|
|
|
|
Part Field, DragDetectedEventArgs Class |
Defines which part is being dragged. May be null/Nothing indicating that no part is associated with this event.
Syntax DragDetectedEventArgs Class (Softelvdm.SftTabsNET)
VB |
Public ReadOnly Property Part As GenericPartClass |
C# |
public readonly GenericPartClass Part; |
C++ |
public: <readonly> GenericPartClass^ Part; |
Comments
The Part field defines which part is being dragged. May be null/Nothing indicating that no part is associated with this event.