Table of Contents

Class DropTargetAsyncHandle

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

Constructors

DropTargetAsyncHandle(nint, bool)

public DropTargetAsyncHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

DropTargetAsyncHandle

Type Parameters

T