Table of Contents

Struct UIKit.UIEventRef

Namespace
Xui.Runtime.IOS
Assembly
Xui.Runtime.IOS.dll
public ref struct UIKit.UIEventRef
Inherited Members

Constructors

UIEventRef(nint)

public UIEventRef(nint self)

Parameters

self nint

Fields

Self

public readonly nint Self

Field Value

nint

Properties

AllTouches

public CoreFoundation.CFSetRef AllTouches { get; }

Property Value

CoreFoundation.CFSetRef

Subtype

public UIKit.UIEvent.EventSubtype Subtype { get; }

Property Value

UIKit.UIEvent.EventSubtype

Type

public UIKit.UIEvent.EventType Type { get; }

Property Value

UIKit.UIEvent.EventType

Methods

Dispose()

public void Dispose()

Operators

implicit operator nint(UIEventRef)

public static implicit operator nint(UIKit.UIEventRef uiEventRef)

Parameters

uiEventRef UIKit.UIEventRef

Returns

nint