Share via


ActionableHierarchyEventsListener.OnPropertyChangedEventHandler Delegate

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

Parameters

Return Value

Type: System.Int32

See Also

Reference

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