If an Apple event handler has been registered for the event specified by eventClass and eventID, removes it.
Original signature is '- (void)removeEventHandlerForEventClass:(AEEventClass)eventClass andEventID:(AEEventID)eventID'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
Public Overridable Sub RemoveEventHandlerForEventClassAndEventID ( _ eventClass As UInteger, _ eventID As UInteger _ )
public: virtual void RemoveEventHandlerForEventClassAndEventID( unsigned int eventClass, unsigned int eventID )

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