Table of Contents

Class EventControllerLegacy

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class EventControllerLegacy : EventController, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
EventControllerLegacy
Implements
Inherited Members

Constructors

EventControllerLegacy(bool, params ConstructArgument[])

protected EventControllerLegacy(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

EventControllerLegacy(IntPtr, bool)

protected EventControllerLegacy(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

EventSignal

Signal Descriptor for OnEvent.

public static readonly ReturningSignal<EventControllerLegacy, EventControllerLegacy.EventSignalArgs, bool> EventSignal

Field Value

ReturningSignal<EventControllerLegacy, EventControllerLegacy.EventSignalArgs, bool>

Methods

GetGType()

public static Type GetGType()

Returns

Type

New()

public static EventControllerLegacy New()

Returns

EventControllerLegacy

Events

OnEvent

public event ReturningSignalHandler<EventControllerLegacy, EventControllerLegacy.EventSignalArgs, bool> OnEvent

Event Type

ReturningSignalHandler<EventControllerLegacy, EventControllerLegacy.EventSignalArgs, bool>