Class DragSourceHandle
public class DragSourceHandle : GestureSingleHandle, IDisposable
- Inheritance
-
DragSourceHandle
- Implements
- Inherited Members
Constructors
DragSourceHandle(nint, bool)
public DragSourceHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static DragSourceHandle For<T>(ConstructArgument[] constructArguments) where T : DragSource, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T