Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

NeedToValidateObjectEventArgs(Object) Constructor

Creates an instance of the NeedToValidateObjectEventArgs class.

Namespace: DevExpress.ExpressApp.Validation

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