UIWindow.SendEvent(UIEvent) Method

Definition

Sends the specified event, sent by the UIApplication object, to this UIWindow's views.

[Foundation.Export("sendEvent:")]
public virtual void SendEvent (UIKit.UIEvent evt);
abstract member SendEvent : UIKit.UIEvent -> unit
override this.SendEvent : UIKit.UIEvent -> unit

Parameters

evt
UIEvent

The event to process.

Attributes

Applies to