ParameterPanelViewModelBase<T>.Validate Event
In This Article
Occurs when parameter values are being validated.
Namespace: DevExpress.XtraReports.Parameters.ViewModels
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#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 |
---|---|
Changed |
Contains information about the report parameter whose value changed. |
Error | Gets or sets the error description. |
Parameter |
Gets the collection of report parameter models. |
See Also