ParametersRequestValueChangedEventArgs Class
Provides data for the XtraReport.ParametersRequestValueChanged event.
Namespace: DevExpress.XtraReports.Parameters
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Remarks
The XtraReport.ParametersRequestValueChanged event occurs when a user changes a parameter value in the Parameters panel or pane.
Use the ParametersRequestEventArgs.ParametersInformation property to access the information about parameters. The ParametersRequestValueChangedEventArgs.ChangedParameterInfo property contains information about the parameter whose value changed. A ParameterInfo object contains information about the Parameter and the Editor used to enter the parameter value.
See Also