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

NeedToValidateObjectEventArgs Class

Namespace: DevExpress.ExpressApp.Validation

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