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

ValidationCompletedEventArgs Class

Provides data for the ASPxGlobalEvents.ValidationCompleted event that allows you to centrally validate user input within all DevExpress web controls to which validation is applied.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ValidationCompletedEventArgs :
    EventArgs

Remarks

ValidationCompletedEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

Inheritance

Object
EventArgs
ValidationCompletedEventArgs
See Also