ContextValidatingEventArgs(ContextIdentifier, ArrayList) Constructor
In This Article
Creates a new instance of the ContextValidatingEventArgs class.
Namespace: DevExpress.ExpressApp.Validation
Assembly: DevExpress.ExpressApp.Validation.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Validation
#Declaration
public ContextValidatingEventArgs(
ContextIdentifier context,
ArrayList targetObjects
)
#Parameters
Name | Type | Description |
---|---|---|
context | Context |
A Context |
target |
Array |
An Array |
See Also