_dispVCProjectEngineEvents_ItemPropertyChangeEventHandler Delegate
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Microsoft internal use only.
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
Show: