[This is preliminary documentation and is subject to change.]

Syntax

C#
public interface IMutablePropertyContainerRead
Visual Basic (Declaration)
Public Interface IMutablePropertyContainerRead
Visual C++
public interface class IMutablePropertyContainerRead

The type exposes the following methods.

Public Methods

  NameDescription
Public methodAddContainerChanged
Register a callback if a container changes. This is similar to PropertyDescriptor.AddValueChanged - but the crucial difference is that the event is fired if the list of properties changes.
Public methodRemoveContainerChanged
Remove the callback for changes to a container.

See Also