HostItemEventsWrapper.Changed Event
Occurs when a HostItem has changed.
Namespace: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel
Assembly: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)
Syntax
'Declaration
Public Event Changed As HostItemChangedEventHandler
'Usage
Dim instance As HostItemEventsWrapper
Dim handler As HostItemChangedEventHandler
AddHandler instance.Changed, handler
public event HostItemChangedEventHandler Changed
public:
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 Namespace