Skip to main content
A newer version of this page is available. .

DeleteContextValidatingEventArgs(ContextIdentifier, ArrayList, Object) Constructor

Initializes a new instance of the DeleteContextValidatingEventArgs class.

Namespace: DevExpress.ExpressApp.Validation

Assembly: DevExpress.ExpressApp.Validation.v19.1.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