Share via


NSApplication.PostEvent(NSEvent, Boolean) Method

Definition

[Foundation.Export("postEvent:atStart:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[ObjCRuntime.ThreadSafe]
public virtual void PostEvent(AppKit.NSEvent theEvent, bool atStart);
[<Foundation.Export("postEvent:atStart:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<ObjCRuntime.ThreadSafe>]
abstract member PostEvent : AppKit.NSEvent * bool -> unit
override this.PostEvent : AppKit.NSEvent * bool -> unit

Parameters

theEvent
NSEvent
atStart
Boolean
Attributes

Applies to