IVstaHostItem.Changed Event
Occurs when any one of the public properties of the HostItem has changed.
Namespace: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop
Assembly: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)
Syntax
'Declaration
Event Changed As HostItemChangedEventHandler
'Usage
Dim instance As IVstaHostItem
Dim handler As HostItemChangedEventHandler
AddHandler instance.Changed, handler
event HostItemChangedEventHandler Changed
event HostItemChangedEventHandler^ Changed {
void add (HostItemChangedEventHandler^ value);
void remove (HostItemChangedEventHandler^ value);
}
JScript does not support 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.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop Namespace