ASP.NET MVC コントロールヘルプ
IEventHandler インターフェース
ファイル
wijmo.js
モジュール
wijmo

イベントハンドラを表します。

イベントハンドラは、イベントが発生したときに呼び出される関数です。

各イベントハンドラは、次の2つの引数を持ちます。

  • sender is the object that raised the event, and
  • args is an optional object that contains the event parameters.

詳細については、 Wijmoのイベント を参考ください。