MultiSelect for WinForms
NavigatorErrorEventHandler デリゲート

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 : NavigatorErrorEventHandler デリゲート
The source of the event.
A NavigatorErrorEventArgs object that contains the event data.
Represents the method that handles an Error event.
シンタックス
'宣言
 
Public Delegate Sub NavigatorErrorEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As NavigatorErrorEventArgs _
) 
public delegate void NavigatorErrorEventHandler( 
   System.object sender,
   NavigatorErrorEventArgs e
)

パラメータ

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

NavigatorErrorEventHandler メンバ
C1.Win.C1Input 名前空間