MonobjcMonobjc Documented Class Library
HandleEvent Method (theEvent)
NamespacesMonobjc.AppKitNSTextInputContextHandleEvent(NSEvent)

Tells the Cocoa text input system to handle mouse or key events.

Original signature is '- (BOOL)handleEvent:(NSEvent *)theEvent'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool HandleEvent(
	NSEvent theEvent
)
Public Overridable Function HandleEvent ( _
	theEvent As NSEvent _
) As Boolean
public:
virtual bool HandleEvent(
	NSEvent^ theEvent
)
Parameters
theEvent (NSEvent)
The event to handle.
Return Value
YES if the system consumed the event; otherwise NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)