MonobjcMonobjc Documented Class Library
CurrentEvent Property
NamespacesMonobjc.AppKitNSApplicationCurrentEvent

Returns the current event, the last event the receiver retrieved from the event queue.

Original signature is '- (NSEvent *)currentEvent'

Available in Mac OS X v10.0 and later.

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