MonobjcMonobjc Documented Class Library
SuspendCurrentAppleEvent Property
NamespacesMonobjc.FoundationNSAppleEventManagerSuspendCurrentAppleEvent

Suspends the handling of the current event and returns an ID that must be used to resume the handling of the event if an Apple event is being handled on the current thread.

Original signature is '- (NSAppleEventManagerSuspensionID)suspendCurrentAppleEvent'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual IntPtr SuspendCurrentAppleEvent { get; }
Public Overridable ReadOnly Property SuspendCurrentAppleEvent As IntPtr
	Get
public:
virtual property IntPtr SuspendCurrentAppleEvent {
	IntPtr get ();
}
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.Foundation (Module: Monobjc.Foundation)