Skip to main content
All docs
V24.2

ParameterPanelViewModelBase<T>.Validate Event

Occurs when parameter values are being validated.

Namespace: DevExpress.XtraReports.Parameters.ViewModels

Assembly: DevExpress.Printing.v24.2.Core.dll

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
ChangedParameterModel Contains information about the report parameter whose value changed.
Error Gets or sets the error description.
ParameterModels Gets the collection of report parameter models.
See Also