This method of the ActiveXControl Class removes an ActiveXControlListener object from the list of interested listeners. After this method is called, the component will no longer be notified on control hosting events.
public void removeActiveXControlListener(ActiveXControlListener listener);
listener | The ActiveXControlListener object that will be removed. |