method
new
Ruby latest stable (v2_5_5)
-
0 notes -
Class: WIN32OLE_EVENT
new(*args)
public
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')