IVstaHostItemEvents.Changing Method
This method is called before the HostItem or any one of the contained HostObject objects changes.
Namespace: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop
Assembly: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)
Syntax
'Declaration
Sub Changing ( _
sender As Object, _
e As ICancelEventArgs _
)
'Usage
Dim instance As IVstaHostItemEvents
Dim sender As Object
Dim e As ICancelEventArgs
instance.Changing(sender, e)
void Changing(
Object sender,
ICancelEventArgs e
)
void Changing(
Object^ sender,
ICancelEventArgs^ e
)
function Changing(
sender : Object,
e : ICancelEventArgs
)
Parameters
sender
Type: System.ObjectThe object that called the method.
e
Type: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop.ICancelEventArgsAn IChangedEventArgs object that represents the arguments that were passed to the method.
.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