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


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

パラメータ

sender
イベントのソース
e
イベントデータ
参照

PrintDocumentEventHandler メンバ
FarPoint.Win.Spread 名前空間

 

 


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