OleControlSite.removeEventListener

Removes the listener.

@since 2.0 @deprecated - use OleControlSite.removeEventListener(OleAutomation, int, OleListener)

@param automation the automation object that provides the event notification

@param guid the identifier of the events COM interface

@param eventID the event identifier

@param listener the listener

@exception IllegalArgumentException <ul> <li>ERROR_NULL_ARGUMENT when listener is null</li> </ul>

  1. void removeEventListener(int eventID, OleListener listener)
  2. void removeEventListener(OleAutomation automation, GUID* guid, int eventID, OleListener listener)
    class OleControlSite
    void
    removeEventListener
  3. void removeEventListener(OleAutomation automation, int eventID, OleListener listener)

Meta