Back to Devexpress

BindingEventArgs Class

xtrareports-devexpress-dot-xtrareports-dot-ui-ade553b4.md

latest2.5 KB
Original Source

BindingEventArgs Class

Provides data for the XRControl.EvaluateBinding event.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

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

BindingEventArgs is the data class for the following events:

Remarks

The XRControl.EvaluateBinding event occurs when data is being obtained from a data source.

The BindingEventArgs class introduces the BindingEventArgs.Binding and BindingEventArgs.Value properties that allow you to obtain binding data, and apply custom calculations to it.

Note that BindingEventArgs objects are automatically created, initialized and passed to XRControl.EvaluateBinding event handlers.

Inheritance

Object EventArgs BindingEventArgs

See Also

BindingEventArgs Members

DevExpress.XtraReports.UI Namespace