Table of Contents

Class DragSourceHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class DragSourceHandle : GestureSingleHandle, IDisposable
Inheritance
DragSourceHandle
Implements
Inherited Members

Constructors

DragSourceHandle(nint, bool)

public DragSourceHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static DragSourceHandle For<T>(ConstructArgument[] constructArguments) where T : DragSource, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

DragSourceHandle

Type Parameters

T