Ribbon for WinForms
LongOperationEventHandler デリゲート

C1.Win.4.8 アセンブリ > C1.Win 名前空間 : LongOperationEventHandler デリゲート
The source of the event.
A LongOperationEventArgs that contains event data.
Represents a method that can handle a long operation event.
シンタックス
'宣言
 
Public Delegate Sub LongOperationEventHandler( _
   ByVal sender As Object, _
   ByVal e As LongOperationEventArgs _
) 
public delegate void LongOperationEventHandler( 
   object sender,
   LongOperationEventArgs e
)

パラメータ

sender
The source of the event.
e
A LongOperationEventArgs that contains event data.
参照

LongOperationEventHandler メンバ
C1.Win 名前空間