MultiSelect for WinForms
DropDownClosedEventHandler デリゲート

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

パラメータ

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

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