NSAppleEventManager.RemoveEventHandler(AEEventClass, AEEventID) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("removeEventHandlerForEventClass:andEventID:")]
public virtual void RemoveEventHandler (Foundation.AEEventClass eventClass, Foundation.AEEventID eventID);
abstract member RemoveEventHandler : Foundation.AEEventClass * Foundation.AEEventID -> unit
override this.RemoveEventHandler : Foundation.AEEventClass * Foundation.AEEventID -> unit
Parameters
- eventClass
- AEEventClass
- eventID
- AEEventID
- Attributes