UIApplication.SendEvent(UIEvent) Method

Definition

Sends an event to the application.

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

Parameters

uievent
UIEvent

Object that encapsulates the event information.

Attributes

Remarks

This method allows application developers to create native UIEvents that are then handled normally.

Applies to

See also

  • <xref:UIKit.UIApplication.SendAction>