IVsUIDataSourcePropertyChangeEvents Interface

 

Receives calls when a parameter changes.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

[GuidAttribute("EC495559-B090-435E-8D7E-3D95286A9BE8")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIDataSourcePropertyChangeEvents : IVsUIEventSink

NameDescription
System_CAPS_pubmethodDisconnect(IVsUISimpleDataSource)

Stop receiving change information.

System_CAPS_pubmethodOnPropertyChanged(IVsUIDataSource, String, IVsUIObject, IVsUIObject)

Handles a change to a property.

Return to top
Show: