Share via


ActionableHierarchyEventsListener.OnItemDeletedEventHandler Delegate

Represents the method that will handle the ItemDeletedEvent event when it is raised.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Delegate Function OnItemDeletedEventHandler ( _
    itemId As UInteger _
) As Integer
'Usage
Dim instance As New OnItemDeletedEventHandler(AddressOf HandlerMethod)
public delegate int OnItemDeletedEventHandler(
    uint itemId
)
public delegate int OnItemDeletedEventHandler(
    unsigned int itemId
)
JScript does not support delegates.
type OnItemDeletedEventHandler = 
    delegate of 
        itemId:uint32 -> int

Parameters

Return Value

Type: System.Int32

See Also

Reference

Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace