PrintDocument for WinForms
UserActionEventHandler デリゲート


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

パラメータ

sender
The source of the event (usually an instance of the C1PreviewPane class).
e
A UserActionEventArgs that contains the event data.
参照

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