_dispVCProjectEngineEvents_ItemPropertyChangeEventHandler Delegate

 

This API supports the product 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)

[ComVisibleAttribute(false)]
public delegate void _dispVCProjectEngineEvents_ItemPropertyChangeEventHandler(
	Object^ Item,
	Object^ Tool,
	int propertyID
)

Parameters

Item
Type: System::Object^

Referenced item for ItemPropertyChangeEventHandler

Tool
Type: System::Object^

Tool to use

propertyID
Type: System::Int32

ID of changed property

Return to top
Show: