Skip to main content
All docs
V25.1
  • ParameterPanelViewModelBase<T>.Validate Event

    Occurs when parameter values are being validated.

    Namespace: DevExpress.XtraReports.Parameters.ViewModels

    Assembly: DevExpress.Printing.v25.1.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
    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