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.

C# | Visual Basic | Visual C++ |
public virtual NSAppleEventDescriptor CurrentReplyAppleEvent { get; }
Public Overridable ReadOnly Property CurrentReplyAppleEvent As NSAppleEventDescriptor Get
public: virtual property NSAppleEventDescriptor^ CurrentReplyAppleEvent { NSAppleEventDescriptor^ get (); }

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)