MESCIUS SPREAD for Windows Forms 15.0J
PrintMessageBoxEventHandler デリゲート
使用例使用例 

イベントのソース
イベントデータ
Spread コンポーネントの PrintMessageBox イベントを処理する定義済みメソッドを表します。
構文
'宣言
 
Public Delegate Sub PrintMessageBoxEventHandler( _
   ByVal sender As Object, _
   ByVal e As PrintMessageBoxEventArgs _
) 
public delegate void PrintMessageBoxEventHandler( 
   object sender,
   PrintMessageBoxEventArgs e
)

パラメータ

sender
イベントのソース
e
イベントデータ
解説
イベントの詳細については、FpSpread PrintMessageBoxイベントを参照してください。
使用例
次のサンプルコードは、PrintMessageBoxイベントを作成します。
fpSpread1.PrintMessageBox += new FarPoint.Win.Spread.PrintMessageBoxEventHandler(fpSpread1PrintMessageBox);

private void fpSpread1PrintMessageBox(object sender, FarPoint.Win.Spread.PrintMessageBoxEventArgs e)
{

}
Dim eh As FarPoint.Win.Spread.PrintMessageBoxEventHandler = AddressOf FpSpread1PrintMessageBox
AddHandler FpSpread1.PrintMessageBox, eh

Private Sub FpSpread1PrintMessageBox(ByVal sender As Object, ByVal e As FarPoint.Win.Spread.PrintMessageBoxEventArgs) Handles
FpSpread1.PrintMessageBox

End Sub
参照

PrintMessageBoxEventHandler メンバ
FarPoint.Win.Spread 名前空間
PrintMessageBoxEventArgs クラス
PrintMessageBox イベント

 

 


© MESCIUS inc. All rights reserved.