WIN32OLE_EVENT.new(ole, event) #=> WIN32OLE_EVENT object.
Class Public methods
Returns OLE event object. The first argument specifies WIN32OLE object. The second argument specifies OLE event name.
ie = WIN32OLE.new('InternetExplorer.Application') ev = WIN32OLE_EVENT.new(ie, 'DWebBrowserEvents')
Please login to continue.