new

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')
doc_ruby_on_rails
2015-06-12 22:20:06
Comments
Leave a Comment

Please login to continue.