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

NeedToValidateObjectEventArgs Class

Namespace: DevExpress.ExpressApp.Validation

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

Declaration

public class NeedToValidateObjectEventArgs :
    EventArgs

Remarks

The NeedToValidateObject event occurs when determining objects to be validated. Handle this event to exclude particular objects from validation.

Inheritance

Object
EventArgs
NeedToValidateObjectEventArgs
See Also