MonobjcMonobjc Documented Class Library
RemoveEventHandlerForEventClassAndEventID Method (eventClass, eventID)
NamespacesMonobjc.FoundationNSAppleEventManagerRemoveEventHandlerForEventClassAndEventID(UInt32, UInt32)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveEventHandlerForEventClassAndEventID(
	uint eventClass,
	uint eventID
)
Public Overridable Sub RemoveEventHandlerForEventClassAndEventID ( _
	eventClass As UInteger, _
	eventID As UInteger _
)
public:
virtual void RemoveEventHandlerForEventClassAndEventID(
	unsigned int eventClass, 
	unsigned int eventID
)
Parameters
eventClass (UInt32)
MISSING
eventID (UInt32)
MISSING
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.Foundation (Module: Monobjc.Foundation)