Skip to main content

NeedToValidateObjectEventArgs Class

Namespace: DevExpress.ExpressApp.Validation

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

NuGet Package: DevExpress.ExpressApp.Validation

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