Hi everyone,
I'm developing a custom editor for VS 2005 using C# and the VS SDK.
I'm displaying object properties in the properties window using
ITrackSelection and SelectionContainer, and I'd like to register to be
notified when the user changes the value of a property, but I haven't
been able to find the appropriate service, interface, or method. Can
anyone point me in the right direction?
Thanks,
Colin
Carlos J. Quintero [VB MVP] - 27 Jan 2006 09:16 GMT
You need the IComponentChangeService and its OnComponentChanged event:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlr
fsystemcomponentmodeldesignicomponentchangeserviceclasstopic.asp

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
> Hi everyone,
>
[quoted text clipped - 8 lines]
>
> Colin
Colin - 27 Jan 2006 16:10 GMT