_dispVCProjectEngineEvents_ItemPropertyChangeEventHandler Delegate
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispVCProjectEngineEvents_ItemPropertyChangeEventHandler ( _
Item As Object, _
Tool As Object, _
propertyID As Integer _
)
[ComVisibleAttribute(false)]
public delegate void _dispVCProjectEngineEvents_ItemPropertyChangeEventHandler(
Object Item,
Object Tool,
int propertyID
)
[ComVisibleAttribute(false)]
public delegate void _dispVCProjectEngineEvents_ItemPropertyChangeEventHandler(
[InAttribute] Object^ Item,
[InAttribute] Object^ Tool,
[InAttribute] int propertyID
)
[<ComVisibleAttribute(false)>]
type _dispVCProjectEngineEvents_ItemPropertyChangeEventHandler =
delegate of
Item:Object *
Tool:Object *
propertyID:int -> unit
JScript does not support delegates.
Parameters
Item
Type: System.ObjectReferenced item for ItemPropertyChangeEventHandler
Tool
Type: System.ObjectTool to use
propertyID
Type: System.Int32ID of changed property