Skip to main content
.NET 6.0+

NeedToValidateObjectEventArgs Class

Namespace: DevExpress.ExpressApp.Validation

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