Back to Devexpress

ParametersRequestValueChangedEventArgs Class

corelibraries-devexpress-dot-xtrareports-dot-parameters-f133f8ba.md

latest2.9 KB
Original Source

ParametersRequestValueChangedEventArgs Class

Provides data for the XtraReport.ParametersRequestValueChanged event.

Namespace : DevExpress.XtraReports.Parameters

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public class ParametersRequestValueChangedEventArgs :
    EventArgs
vb
Public Class ParametersRequestValueChangedEventArgs
    Inherits EventArgs

ParametersRequestValueChangedEventArgs is the data class for the following events:

LibraryRelated API Members
Cross-Platform Class LibraryRemoteDocumentSource.ParametersRequestValueChanged
.NET Reporting ToolsXtraReport.ParametersRequestValueChanged

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.

Inheritance

Object EventArgs ParametersRequestValueChangedEventArgs

See Also

ParametersRequestValueChangedEventArgs Members

Use Report Parameters

DevExpress.XtraReports.Parameters Namespace