Share via


ActionableHierarchyEventsListener.OnInvalidateItemsEventHandler Delegate

Represents the method that will handle the InvalidateItemsEvent 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 OnInvalidateItemsEventHandler ( _
    itemIdParent As UInteger _
) As Integer
'Usage
Dim instance As New OnInvalidateItemsEventHandler(AddressOf HandlerMethod)
public delegate int OnInvalidateItemsEventHandler(
    uint itemIdParent
)
public delegate int OnInvalidateItemsEventHandler(
    unsigned int itemIdParent
)
JScript does not support delegates.
type OnInvalidateItemsEventHandler = 
    delegate of 
        itemIdParent:uint32 -> int

Parameters

Return Value

Type: System.Int32

See Also

Reference

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