UIApplication.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 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>