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

ParametersModel.Validate Event

Occurs when parameter values are being validated.

Namespace: DevExpress.Xpf.Printing.Parameters.Models

Assembly: DevExpress.Xpf.Printing.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public event EventHandler<ValidateParameterEventArgs> Validate

Event Data

The Validate event's data class is ValidateParameterEventArgs. The following properties provide information specific to this event:

Property Description
Error Gets the text of the error message.
ParameterModel Gets the model corresponding to the current parameter.
See Also