Skip to main content

ParametersRequestValueChangedEventArgs Class

Provides data for the XtraReport.ParametersRequestValueChanged event.

Namespace: DevExpress.XtraReports.Parameters

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

NuGet Package: DevExpress.Printing.Core

Declaration

public class ParametersRequestValueChangedEventArgs :
    EventArgs

Remarks

The XtraReport.ParametersRequestValueChanged event occurs when a value of any parameter in the Parameters window or pane is changed by an end-user. The ParametersRequestValueChangedEventArgs class introduces the ParametersRequestEventArgs.ParametersInformation property, which provides access to the information about parameters, as well as the ParametersRequestValueChangedEventArgs.ChangedParameterInfo property containing information about the parameter whose value was changed. Each ParameterInfo class contains information about the ParameterInfo.Parameter itself, and the ParameterInfo.Editor which is used to enter the parameter’s value.

Note

ParametersRequestValueChangedEventArgs objects are automatically created, initialized and passed to the XtraReport.ParametersRequestValueChanged event handlers.

Inheritance

Object
EventArgs
ParametersRequestValueChangedEventArgs
See Also