Skip to main content
.NET 6.0+

DeleteContextValidatingEventArgs(ContextIdentifier, ArrayList, Object) Constructor

Initializes a new instance of the DeleteContextValidatingEventArgs class.

Namespace: DevExpress.ExpressApp.Validation

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

Declaration

public DeleteContextValidatingEventArgs(
    ContextIdentifier context,
    ArrayList targetObjects,
    object deletingObject
)

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