Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when any one of the public properties of the HostItem is about to change.
Namespace: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop
Assembly: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)
Syntax
'Declaration
Event Changing As HostItemCancelEventHandler
'Usage
Dim instance As IVstaHostItem
Dim handler As HostItemCancelEventHandler
AddHandler instance.Changing, handler
event HostItemCancelEventHandler Changing
event HostItemCancelEventHandler^ Changing {
void add (HostItemCancelEventHandler^ value);
void remove (HostItemCancelEventHandler^ 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