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.v24.1.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.
See Also