IVsUIDataSourcePropertyChangeEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |