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;
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins