ParametersModel.Validate Event
Occurs when parameter values are being validated.
Namespace: DevExpress.Xpf.Printing.Parameters.Models
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Event Data
The Validate event's data class is ValidateParameterEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Error | |
ParameterModel | Gets the model corresponding to the current parameter. |
See Also