PowerTools SPREAD for Windows Forms 8.0J
ChildControlEventHandler デリゲート


イベントのソース
イベントデータ
SPREADの子コントロール関連イベントを処理する定義済みメソッドを表します。
構文
'Declaration
 
Public Delegate Sub ChildControlEventHandler( _
   ByVal sender As Object, _
   ByVal e As ChildControlEventArgs _
) 
'使用法
 
Dim instance As New ChildControlEventHandler(AddressOf HandlerMethod)
public delegate void ChildControlEventHandler( 
   object sender,
   ChildControlEventArgs e
)

パラメータ

sender
イベントのソース
e
イベントデータ
解説
イベントの詳細については、FpSpread ChildControlActivated イベントまたは ChildControlDeactivated イベントを参照してください。
参照

ChildControlEventHandler メンバ
FarPoint.Win.Spread 名前空間
ChildControlActivated イベント
ChildControlDeactivated イベント
ChildControlEventArgs クラス

 

 


© 2004-2015, GrapeCity inc. All rights reserved.