corelibraries-devexpress-dot-xtrareports-dot-parameters-f133f8ba.md
Provides data for the XtraReport.ParametersRequestValueChanged event.
Namespace : DevExpress.XtraReports.Parameters
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public class ParametersRequestValueChangedEventArgs :
EventArgs
Public Class ParametersRequestValueChangedEventArgs
Inherits EventArgs
ParametersRequestValueChangedEventArgs is the data class for the following events:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | RemoteDocumentSource.ParametersRequestValueChanged |
| .NET Reporting Tools | XtraReport.ParametersRequestValueChanged |
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.
Object EventArgs ParametersRequestValueChangedEventArgs
See Also