Office.BindingDataChangedEventArgs interface
Provides information about the binding that raised the DataChanged event.
Properties
binding | Gets an Office.Binding object that represents the binding that raised the DataChanged event. |
type | Gets an Office.EventType enumeration value that identifies the kind of event that was raised. |
Property Details
binding
Gets an Office.Binding object that represents the binding that raised the DataChanged event.
binding: Binding;
Property Value
type
Gets an Office.EventType enumeration value that identifies the kind of event that was raised.
type: EventType;