ContextValidatingEventArgs(ContextIdentifier, ArrayList) Constructor
Creates a new instance of the ContextValidatingEventArgs class.
Namespace: DevExpress.ExpressApp.Validation
Assembly: DevExpress.ExpressApp.Validation.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Validation
Declaration
Parameters
Name | Type | Description |
---|---|---|
context | ContextIdentifier | A ContextIdentifier object, specifying the validation context whose associated validation rules are about to be checked. This parameter value is assigned to the ContextValidatingEventArgs.Context property. |
targetObjects | ArrayList | An ArrayList of objects that are about to be validated in the validation context specified by the Context property. This parameter value is assigned to the ContextValidatingEventArgs.TargetObjects property. |
See Also