MonobjcMonobjc Documented Class Library
CurrentReplyAppleEvent Property
NamespacesMonobjc.FoundationNSAppleEventManagerCurrentReplyAppleEvent

Returns the corresponding reply event descriptor if an Apple event is being handled on the current thread.

Original signature is '- (NSAppleEventDescriptor *)currentReplyAppleEvent'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSAppleEventDescriptor CurrentReplyAppleEvent { get; }
Public Overridable ReadOnly Property CurrentReplyAppleEvent As NSAppleEventDescriptor
	Get
public:
virtual property NSAppleEventDescriptor^ CurrentReplyAppleEvent {
	NSAppleEventDescriptor^ 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)