A newer version of this page is available.
Switch to the current version.
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.2.dll
Declaration
public class ValidationCompletedEventArgs :
EventArgs
Public Class ValidationCompletedEventArgs
Inherits EventArgs
Remarks
ValidationCompletedEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
See Also
Feedback