Click or drag to resize

DragEventArgsControlObject Property

Gets the instance of the platform-specific object associated with the drag event

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Object ControlObject { get; }

Property Value

Type: Object
The platform-specific control object.
Remarks
This can be used by platform implementations to store additional information about the drag operation, such as the parent object and child index for GetDragInfo(DragEventArgs).
See Also