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