ICancelEventArgs Interface

Enables client code to cancel an event that is raised by the host.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
<GuidAttribute("5551030D-59AE-4F29-B1F9-D035AA682CEB")> _
<ComVisibleAttribute(True)> _
Public Interface ICancelEventArgs
'Usage
Dim instance As ICancelEventArgs
[GuidAttribute("5551030D-59AE-4F29-B1F9-D035AA682CEB")]
[ComVisibleAttribute(true)]
public interface ICancelEventArgs
[GuidAttribute(L"5551030D-59AE-4F29-B1F9-D035AA682CEB")]
[ComVisibleAttribute(true)]
public interface class ICancelEventArgs
public interface ICancelEventArgs

See Also

Reference

ICancelEventArgs Members

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