IVsUIDataSourcePropertyChangeEvents Interface

Definition

Receives calls when a parameter changes.

public interface class IVsUIDataSourcePropertyChangeEvents : Microsoft::VisualStudio::Shell::Interop::IVsUIEventSink
public interface class IVsUIDataSourcePropertyChangeEvents : Microsoft::VisualStudio::Shell::Interop::IVsUIEventSink
__interface IVsUIDataSourcePropertyChangeEvents : Microsoft::VisualStudio::Shell::Interop::IVsUIEventSink
public interface IVsUIDataSourcePropertyChangeEvents : Microsoft.VisualStudio.Shell.Interop.IVsUIEventSink
[System.Runtime.InteropServices.Guid("EC495559-B090-435E-8D7E-3D95286A9BE8")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIDataSourcePropertyChangeEvents : Microsoft.VisualStudio.Shell.Interop.IVsUIEventSink
type IVsUIDataSourcePropertyChangeEvents = interface
    interface IVsUIEventSink
[<System.Runtime.InteropServices.Guid("EC495559-B090-435E-8D7E-3D95286A9BE8")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIDataSourcePropertyChangeEvents = interface
    interface IVsUIEventSink
Public Interface IVsUIDataSourcePropertyChangeEvents
Implements IVsUIEventSink
Attributes
Implements

Methods

Disconnect(IVsUISimpleDataSource)

Stop receiving change information.

OnPropertyChanged(IVsUIDataSource, String, IVsUIObject, IVsUIObject)

Handles a change to a property.

Applies to