'宣言 Public Delegate Sub C1ComboBoxItemEventHandler( _ ByVal sender As System.Object, _ ByVal args As C1ComboBoxItemEventArgs _ )
public delegate void C1ComboBoxItemEventHandler( System.object sender, C1ComboBoxItemEventArgs args )
パラメータ
- sender
- イベントのソース。
- args
- イベントデータを含む C1ComboBoxItemEventArgs。