Name | Description | |
---|---|---|
CellValidatingEventArgs Constructor | Initializes a new instance of the CellValidatingEventArgs class specifying the value to validate as well as the validation context. |
The following tables list the members exposed by CellValidatingEventArgs.
Name | Description | |
---|---|---|
CellValidatingEventArgs Constructor | Initializes a new instance of the CellValidatingEventArgs class specifying the value to validate as well as the validation context. |
Name | Description | |
---|---|---|
Context | Gets the validation context of the value to validate. The validation context includes both the associated cell and data item. | |
Culture | Gets the CultureInfo for the value. | |
Result | Represents the result returned by a validation rule's Validate method that indicates whether the value passed the validation process. | |
Value | Gets the value to validated. |