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