るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.179秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:t[x] > バージョン:2.6.0[x] > クエリ:inspect[x] > クラス:WIN32OLE_EVENT[x]

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle align_size_t

ライブラリ

検索結果

WIN32OLE_EVENT#handler=(obj) -> () (9025.0)

イベント処理を実行するオブジェクトを登録します。

...xplorer.Application.1')
event = WIN32OLE_EVENT.new(ie, 'DWebBrowserEvents2')
event.handler = IeHandler.new
ie.Navigate2 'http://www.ruby-lang.org/ja/'
loop do
break if event.handler.completed
WIN32OLE_EVENT
.message_loop
end
ie.Quit

WIN32OLE_EVENT
#on_eventなどの呼び出しで...