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

See Also

Reference

IVstaHostItem Interface

IVstaHostItem Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop Namespace