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