CellComboBoxEventHandler

CellComboBoxEventHandler delegate

表示打算处理单元格 ComboBox 事件的方法。

public delegate void CellComboBoxEventHandler(object sender, CellComboBoxEventArgs e);
范围类型描述
senderObject事件的来源。
eCellComboBoxEventArgs事件参数。

也可以看看