Share via


NSApplication.SendEvent(NSEvent) Method

Definition

[Foundation.Export("sendEvent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SendEvent(AppKit.NSEvent theEvent);
[<Foundation.Export("sendEvent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SendEvent : AppKit.NSEvent -> unit
override this.SendEvent : AppKit.NSEvent -> unit

Parameters

theEvent
NSEvent
Attributes

Applies to