UIWindow.SendEvent(UIEvent) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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