MonobjcMonobjc Documented Class Library
Type Property
NamespacesMonobjc.AppKitNSEventType

Returns the type of the receiving event.

Original signature is '- (NSEventType)type'

Available in Mac OS X v10.0 and later.

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