Excel.BindingDataChangedEventArgs interface

Provides information about the binding that raised the data changed event.

Remarks

[ API set: ExcelApi 1.2 ]

Properties

binding

Gets a temporary Binding object that contains the ID of the Binding object that raised the event. Use that ID with BindingCollection.getItem(id) to get the binding.

Property Details

binding

Warning

This API is now deprecated.

Gets a temporary Binding object that contains the ID of the Binding object that raised the event. Use that ID with BindingCollection.getItem(id) to get the binding.

binding: Excel.Binding;

Property Value

Remarks

[ API set: ExcelApi 1.2 ]