Click or drag to resize
CellControlValidateCell Event
Validate Cell event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public event ValidateCellEventHandler ValidateCell

Value

Type: Stingray.GridValidateCellEventHandler
Remarks
This event is invoked by OnValidate(ValidateCellEventArgs).
See Also