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


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

パラメータ

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

AnnotationModeStartingEventHandler メンバ
FarPoint.Win.Spread 名前空間
AnnotationModeEventArgs クラス
AnnotationModeStarting イベント

 

 


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