Skip to main content
.NET 6.0+

ContextValidatingEventArgs(ContextIdentifier, ArrayList) Constructor

Creates a new instance of the ContextValidatingEventArgs class.

Namespace: DevExpress.ExpressApp.Validation

Assembly: DevExpress.ExpressApp.Validation.v23.2.dll

Declaration

public ContextValidatingEventArgs(
    ContextIdentifier context,
    ArrayList targetObjects
)

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