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.

C# | Visual Basic | Visual C++ |
NSUInteger RecognizedEvents( Id sender )
Function RecognizedEvents ( _ sender As Id _ ) As NSUInteger
NSUInteger RecognizedEvents( Id^ sender )

- sender (Id)
- The client object requesting the supported events.

An unsigned integer that contains a union of event masks (See the NSEvent.h header file.

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