PrintDocument for WinForms
HistoryItemAddingEventHandler デリゲート


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 : HistoryItemAddingEventHandler デリゲート
The source of the event.
HistoryItemAddingEventArgs object containing event data.
Represents a method that can handle the C1PreviewPane.HistoryItemAdding event (occurring when a new item is being added to the C1PreviewPane.ViewHistory collection).
シンタックス
'宣言
 
Public Delegate Sub HistoryItemAddingEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As HistoryItemAddingEventArgs _
) 
'使用法
 
Dim instance As New HistoryItemAddingEventHandler(AddressOf HandlerMethod)
public delegate void HistoryItemAddingEventHandler( 
   System.object sender,
   HistoryItemAddingEventArgs e
)

パラメータ

sender
The source of the event.
e
HistoryItemAddingEventArgs object containing event data.
参照

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