RemoteBindableComponent.BindingContextChanged Event (2007 System)
Occurs when the value of the BindingContext property changes.
Namespace: Microsoft.VisualStudio.Tools.Office
Assembly: Microsoft.Office.Tools.v9.0 (in Microsoft.Office.Tools.v9.0.dll)
Syntax
'Declaration
Public Event BindingContextChanged As EventHandler
'Usage
Dim instance As RemoteBindableComponent
Dim handler As EventHandler
AddHandler instance.BindingContextChanged, handler
public event EventHandler BindingContextChanged
public:
event EventHandler^ BindingContextChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
JScript does not support events.
Remarks
For more information about handling events, see Consuming Events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.