MonobjcMonobjc Documented Class Library
AppleEvent Property
NamespacesMonobjc.FoundationNSScriptCommandAppleEvent

If the receiver was constructed by Cocoa scripting's built-in Apple event handling, returns the Apple event descriptor from which it was constructed.

Original signature is '- (NSAppleEventDescriptor *)appleEvent'

Available in Mac OS X v10.3 and later.

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