MonobjcMonobjc Documented Class Library
RecognizedEvents Method (sender)
NamespacesMonobjc.InputMethodKitIMKInputControllerRecognizedEvents(Id)

Returns an unsigned integer that contains a union of event masks

Original signature is '- (NSUInteger)recognizedEvents:(id)sender'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSUInteger RecognizedEvents(
	Id sender
)
Public Overridable Function RecognizedEvents ( _
	sender As Id _
) As NSUInteger
public:
virtual NSUInteger RecognizedEvents(
	Id^ sender
)
Parameters
sender (Id)
The client object requesting the supported events.
Return Value
An unsigned integer that contains a union of event masks (See the NSEvent.h header file.
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.InputMethodKit (Module: Monobjc.InputMethodKit)