CellComboBoxEventHandler
CellComboBoxEventHandler delegate
表示打算处理单元格 ComboBox 事件的方法。
public delegate void CellComboBoxEventHandler(object sender, CellComboBoxEventArgs e);
范围 | 类型 | 描述 |
---|---|---|
sender | Object | 事件的来源。 |
e | CellComboBoxEventArgs | 事件参数。 |
表示打算处理单元格 ComboBox 事件的方法。
public delegate void CellComboBoxEventHandler(object sender, CellComboBoxEventArgs e);
范围 | 类型 | 描述 |
---|---|---|
sender | Object | 事件的来源。 |
e | CellComboBoxEventArgs | 事件参数。 |