Skip to main content

BindingEventArgs(XRBinding, Object) Constructor

Initializes a new instance of the BindingEventArgs class.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public BindingEventArgs(
    XRBinding binding,
    object newValue
)

Parameters

Name Type Description
binding XRBinding

An XRBinding object specifying the control’s bindings. This value is assigned to the BindingEventArgs.Binding property.

newValue Object

A Object specifying the new value for the bound property of the control.

Remarks

Instances of the BindingEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also