_dispProjectItemsEvents_Event Interface

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Interface _dispProjectItemsEvents_Event
[ComVisibleAttribute(false)]
public interface _dispProjectItemsEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispProjectItemsEvents_Event
[<ComVisibleAttribute(false)>]
type _dispProjectItemsEvents_Event =  interface end
public interface _dispProjectItemsEvents_Event

The _dispProjectItemsEvents_Event type exposes the following members.

Methods

  Name Description
Public method add_ItemAdded Infrastructure. Microsoft Internal Use Only.
Public method add_ItemRemoved Infrastructure. Microsoft Internal Use Only.
Public method add_ItemRenamed Infrastructure. Microsoft Internal Use Only.
Public method remove_ItemAdded Infrastructure. Microsoft Internal Use Only.
Public method remove_ItemRemoved Infrastructure. Microsoft Internal Use Only.
Public method remove_ItemRenamed Infrastructure. Microsoft Internal Use Only.

Top

Events

  Name Description
Public event ItemAdded Infrastructure. Microsoft Internal Use Only.
Public event ItemRemoved Infrastructure. Microsoft Internal Use Only.
Public event ItemRenamed Infrastructure. Microsoft Internal Use Only.

Top

See Also

Reference

EnvDTE Namespace