'Declaration Public Event ValidateEdit As C1.Win.C1FlexGrid.ValidateEditEventHandler
public event C1.Win.C1FlexGrid.ValidateEditEventHandler ValidateEdit
Event Data
The event handler receives an argument of type C1.Win.C1FlexGrid.ValidateEditEventArgs containing data related to this event. The following ValidateEditEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | |
Checkbox | |
Col | |
FailedReason | |
Row |
See Also