IMulti |
public interface IMultiChildController : IMVCAController, IMVCController, IDisposable, IApplyController
The IMultiChildController type exposes the following members.
| Name | Description | |
|---|---|---|
| DescriptionText | Gets or sets the description text. | |
| ModelObject |
Gets the model (document) that this controller manages.
(Inherited from IMVCController) | |
| ViewObject |
Gets or sets the GUI element that shows the model to the user.
(Inherited from IMVCController) |
| Name | Description | |
|---|---|---|
| Apply |
Called when the user input has to be applied to the document being controlled. Returns if apply is successful.
(Inherited from IApplyController) | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) | |
| Initialize | Initializes the controller with child controllers. | |
| Revert |
Try to revert changes to the model, i.e. restores the original state of the model.
(Inherited from IApplyController) |
| Name | Description | |
|---|---|---|
| ChildControlChanged | Event fired when one of the child controls is leaved and another entered. |