DeleteContextValidatingEventArgs(ContextIdentifier, ArrayList, Object) Constructor
Initializes a new instance of the DeleteContextValidatingEventArgs 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 that specifies the validation context. |
targetObjects | ArrayList | An ArrayList list of target objects. |
deletingObject | Object | An object that will be deleted. |
See Also