[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 members.
Public Methods
| Name | Description | |
|---|---|---|
| AddContainerChanged |
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.
| |
| RemoveContainerChanged |
Remove the callback for changes to a container.
|
See Also
Spielwerke.Data Namespace