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