MultiSelect for WinForms
NavigatorEditingEventHandler デリゲート

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

パラメータ

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

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