Table of Contents

Class DropHandle

Namespace
Gdk.Internal
Assembly
Gdk-4.0.dll
public class DropHandle : ObjectHandle, IDisposable
Inheritance
DropHandle
Implements
Inherited Members

Constructors

DropHandle(nint, bool)

public DropHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

DropHandle

Type Parameters

T