ICancelEventArgs Interface
Defines an interface that corresponds to the event data of an event that indicates a cancellation or a closing operation.
Namespace: Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop
Assembly: Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("2F43B9E6-386F-4AAE-BCA2-B4D5528B3350")> _
Public Interface ICancelEventArgs
'Usage
Dim instance As ICancelEventArgs
[ComVisibleAttribute(true)]
[GuidAttribute("2F43B9E6-386F-4AAE-BCA2-B4D5528B3350")]
public interface ICancelEventArgs
[ComVisibleAttribute(true)]
[GuidAttribute(L"2F43B9E6-386F-4AAE-BCA2-B4D5528B3350")]
public interface class ICancelEventArgs
public interface ICancelEventArgs
Remarks
For example, the ProjectClosing event uses ICancelEventArgs as the interface that represents its event data.
For more information about event handlers that take this interface as the event data parameter, see IVstaHostAdapterEvents.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop Namespace