MESCIUS SPREAD for ASP.NET 10.0J
CreateButtonEventHandler デリゲート

イベントを発生させたオブジェクト
イベントデータを含むCreateButtonEventArgsオブジェクト
SpreadコンポーネントのCreateButtonイベントを処理する定義済みメソッドを表します。
構文
'Declaration
 
Public Delegate Sub CreateButtonEventHandler( _
   ByVal sender As Object, _
   ByVal e As CreateButtonEventArgs _
) 
public delegate void CreateButtonEventHandler( 
   object sender,
   CreateButtonEventArgs e
)

パラメータ

sender
イベントを発生させたオブジェクト
e
イベントデータを含むCreateButtonEventArgsオブジェクト
解説

イベントハンドラデリゲートの詳細については、Microsoft .NET Framework開発者ガイドの「イベントとデリゲート」を参照してください。

デリゲートの概要については、Microsoft C#プログラマーズリファレンスの「デリゲートのチュートリアル」を参照してください。

参照

CreateButtonEventHandler メンバ
FarPoint.Web.Spread 名前空間
CreateButton イベント

 

 


© MESCIUS inc. All rights reserved.