Skip to main content

ValidateParameterEventArgs Class

OBSOLETE

The ValidateParameterEventArgs class is now obsolete. Use the ValidateParameterEventArgs class instead.

Provides data for the ParametersModel.Validate event.

Namespace: DevExpress.Xpf.Printing.Parameters.Models

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

[Obsolete("The ValidateParameterEventArgs class is now obsolete. Use the DevExpress.XtraReports.Parameters.ViewModels.ValidateParameterEventArgs class instead.")]
public class ValidateParameterEventArgs :
    EventArgs

Remarks

An instance of the ValidateParameterEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object
EventArgs
ValidateParameterEventArgs
See Also