Skip to main content
All docs
V26.1
  • .NET Framework 4.6.2+

    XPBindingSource Events

    A binding source that binds data from a data source to a control.
    Name Description
    DataSourceChanged Occurs when the DataSource property value changes.
    Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
    ListChanged Occurs in one of the following cases: the DataSource property value changed, the data source’s element list changed, or individual elements in the data source changed.
    See Also