PrintDocument for WinForms
DocumentActionEventHandler デリゲート


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 : DocumentActionEventHandler デリゲート
The source of the event.
Event data.
Represents a method that can handle the C1PreviewPane.PreviewAction event of a C1PreviewPane.
シンタックス
'宣言
 
Public Delegate Sub DocumentActionEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As DocumentActionEventArgs _
) 
'使用法
 
Dim instance As New DocumentActionEventHandler(AddressOf HandlerMethod)
public delegate void DocumentActionEventHandler( 
   System.object sender,
   DocumentActionEventArgs e
)

パラメータ

sender
The source of the event.
e
Event data.
参照

DocumentActionEventHandler メンバ
C1.Win.C1Preview 名前空間