CellValidationEventHandler

CellValidationEventHandler delegate

表示打算处理单元验证事件的方法。

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

也可以看看