IPropertyNotifySink Interface

Definition

Enables an object to receive notification of property changes on objects that use the interface as an outgoing interface. For more information, see IPropertyNotifySink.

public interface class IPropertyNotifySink
public interface class IPropertyNotifySink
__interface IPropertyNotifySink
[System.Runtime.InteropServices.Guid("9BFBBC02-EFF1-101A-84ED-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IPropertyNotifySink
[System.Runtime.InteropServices.Guid("9BFBBC02-EFF1-101A-84ED-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IPropertyNotifySink
[<System.Runtime.InteropServices.Guid("9BFBBC02-EFF1-101A-84ED-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IPropertyNotifySink = interface
[<System.Runtime.InteropServices.Guid("9BFBBC02-EFF1-101A-84ED-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IPropertyNotifySink = interface
Public Interface IPropertyNotifySink
Attributes

Methods

OnChanged(Int32)
OnRequestEdit(Int32)

Applies to