MonobjcMonobjc Documented Class Library
PostEventAtStart Method (anEvent, flag)
NamespacesMonobjc.AppKitNSApplicationPostEventAtStart(NSEvent, Boolean)

Adds a given event to the receiver’s event queue.

Original signature is '- (void)postEvent:(NSEvent *)anEvent atStart:(BOOL)flag'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void PostEventAtStart(
	NSEvent anEvent,
	bool flag
)
Public Overridable Sub PostEventAtStart ( _
	anEvent As NSEvent, _
	flag As Boolean _
)
public:
virtual void PostEventAtStart(
	NSEvent^ anEvent, 
	bool flag
)
Parameters
anEvent (NSEvent)
The event object to post to the queue.
flag (Boolean)
Specify YES to add the event to the front of the queue; otherwise, specify NO to add the event to the back of the queue.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)