Remove the specified event monitor.
Original signature is '+ (void)removeMonitor:(id)eventMonitor'
Available in Mac OS X v10.6 and later.

Declaration Syntax
public static void RemoveMonitor(
Id eventMonitor
)
Public Shared Sub RemoveMonitor ( _
eventMonitor As Id _
)
public:
static void RemoveMonitor(
Id^ eventMonitor
)

Parameters
- eventMonitor (Id)
- The event handler object to remove.

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)
Assembly:
Monobjc.AppKit (Module: Monobjc.AppKit)