NeedToValidateObjectEventArgs(Object) Constructor
In This Article
Creates an instance of the NeedToValidateObjectEventArgs class.
Namespace: DevExpress.ExpressApp.Validation
Assembly: DevExpress.ExpressApp.Validation.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Validation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
current |
Object | An object which is about to be validated. This parameter value is assigned to the Need |
See Also