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

NeedToValidateObjectEventArgs(Object) Constructor

Creates an instance of the NeedToValidateObjectEventArgs class.

Namespace: DevExpress.ExpressApp.Validation

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

Declaration

public NeedToValidateObjectEventArgs(
    object currentObject
)

Parameters

Name Type Description
currentObject Object

An object which is about to be validated. This parameter value is assigned to the NeedToValidateObjectEventArgs.CurrentObject property.

See Also