MonobjcMonobjc Documented Class Library
PostEventAtStart Method (event, atStart)
NamespacesMonobjc.AppKitNSWindowPostEventAtStart(NSEvent, Boolean)

Forwards the message to the global NSApplication object, NSApp.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void PostEventAtStart(
	NSEvent event,
	bool atStart
)
Public Overridable Sub PostEventAtStart ( _
	event As NSEvent, _
	atStart As Boolean _
)
public:
virtual void PostEventAtStart(
	NSEvent^ event, 
	bool atStart
)
Parameters
event (NSEvent)
The event to add to the window’s event queue.
atStart (Boolean)
YES to place the event in the front of the queue; NO to place it in the back.
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)