バージョン

CreateHandlerWithDescription メソッド

イベントのハンドラーを作成し、イベント引数を Description オブジェクトとして返します。
シンタックス
'宣言
 
Public Sub CreateHandlerWithDescription( _
   ByVal cont As Panel, _
   ByVal refName As String, _
   ByVal descriptionType As String, _
   ByVal eventName As String, _
   ByVal callback As Action(Of Description) _
) 
public void CreateHandlerWithDescription( 
   Panel cont,
   string refName,
   string descriptionType,
   string eventName,
   Action<Description> callback
)

パラメータ

cont
refName
ハンドラーを参照する名前。
descriptionType
イベントを含む説明タイプの名前。
eventName
イベントの名前。
callback
イベントがトリガーされたときに実行されるコールバック。
参照