BindingUpdated Event

Microsoft Office Web Components Visual Basic

BindingUpdated Event

Occurs when the BindingData property of an existing XmlDataBinding object is changed.

Private Sub Spreadsheet1_BindingUpdated(BindingId)

BindingId    Required String. The unique ID of an XmlDataBinding object.

BindingId    Required String. The unique ID of an XmlDataBinding object. The unique BindingId    is automatically generated by the Spreadsheet component when you bind to a data retrieval service connection (.uxdc) file. Microsoft Excel also automatically generates the BindingId    when you use Excel to create a data-bound spreadsheet and later save it as an XML Spreadsheet file. In the XML Spreadsheet file, the XML fragment that contains the BindingId    looks something like the following:
<x2:Binding x2:ID="Bind_id89929" x2:LoadMode="normal" x2:Async="False">.
You can also manually assign a BindingId    value by adding the relevant XML fragment that contains data-binding details into an XML Spreadsheet file.

Remarks

The XmlDataBinding object contains configuration data in the form of XML. You can use the BindingData property to return or set the configuration data for a given XmlDataBinding object.