MonobjcMonobjc Documented Class Library
SendEvent Method (event)
NamespacesMonobjc.AppKitNSWindowSendEvent(NSEvent)

This action method dispatches mouse and keyboard events sent to the window by the NSApplication object.

Original signature is '- (void)sendEvent:(NSEvent *)event'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SendEvent(
	NSEvent event
)
Public Overridable Sub SendEvent ( _
	event As NSEvent _
)
public:
virtual void SendEvent(
	NSEvent^ event
)
Parameters
event (NSEvent)
The mouse or keyboard event to process.
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)