Server Control Custom State Management
This section contains two samples. The first demonstrates how to implement state management for a property that has subproperties. The second shows the implementation of the IStateManager interface by the type of the property shown in the first sample.
In This Section
- Custom Property State Management Example
-
Demonstrates how to implement state management for a property that has subproperties.
- Custom Type State Management Example
-
Demonstrates the implementation of the IStateManager interface.