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)

Syntax

'Declaration
<GuidAttribute("EC495559-B090-435E-8D7E-3D95286A9BE8")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsUIDataSourcePropertyChangeEvents _
    Inherits IVsUIEventSink
[GuidAttribute("EC495559-B090-435E-8D7E-3D95286A9BE8")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIDataSourcePropertyChangeEvents : IVsUIEventSink
[GuidAttribute(L"EC495559-B090-435E-8D7E-3D95286A9BE8")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsUIDataSourcePropertyChangeEvents : IVsUIEventSink
[<GuidAttribute("EC495559-B090-435E-8D7E-3D95286A9BE8")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
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