endNotifyAutomationEvent(receiver: Object; eventClassRefName: String);
The endNotifyAutomationEvent method of the ActiveXAutomation class terminates a previous beginNotifyAutomationEvent method. The parameters for this method, listed in the following table, must be the same as the parameters specified in the beginNotifyAutomationEvent method.
Parameter | Description |
---|---|
receiver | The object that is to receive the event notification |
eventClassRefName | The name of the reference (an instance of the IDispatch subclass) that implements the notification events |
For more details about automation events, see "