Share via


ActionableHierarchyEventsListener.OnInvalidateIconEventHandler Delegate

Represents the method that will handle the InvalidateIconEvent 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 OnInvalidateIconEventHandler ( _
    icon As IntPtr _
) As Integer
'Usage
Dim instance As New OnInvalidateIconEventHandler(AddressOf HandlerMethod)
public delegate int OnInvalidateIconEventHandler(
    IntPtr icon
)
public delegate int OnInvalidateIconEventHandler(
    IntPtr icon
)
JScript does not support delegates.
type OnInvalidateIconEventHandler = 
    delegate of 
        icon:IntPtr -> int

Parameters

Return Value

Type: System.Int32

See Also

Reference

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