IVsUIDataSourcePropertyChangeEvents Interface

Receives calls when a parameter changes.

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("EC495559-B090-435E-8D7E-3D95286A9BE8")> _
Public Interface IVsUIDataSourcePropertyChangeEvents _
    Inherits IVsUIEventSink
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("EC495559-B090-435E-8D7E-3D95286A9BE8")]
public interface IVsUIDataSourcePropertyChangeEvents : IVsUIEventSink
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"EC495559-B090-435E-8D7E-3D95286A9BE8")]
public interface class IVsUIDataSourcePropertyChangeEvents : IVsUIEventSink
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("EC495559-B090-435E-8D7E-3D95286A9BE8")>]
type IVsUIDataSourcePropertyChangeEvents =  
    interface 
        interface IVsUIEventSink 
    end
public interface IVsUIDataSourcePropertyChangeEvents extends IVsUIEventSink

The IVsUIDataSourcePropertyChangeEvents type exposes the following members.

Methods

  Name Description
Public method Disconnect Stop receiving change information.
Public method OnPropertyChanged Handles a change to a property.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace