DataContextViewTContext Class |
Namespace: Slash.Unity.DataBind.StrangeIoC
The DataContextViewTContext type exposes the following members.
| Name | Description | |
|---|---|---|
| DataContextViewTContext | Initializes a new instance of the DataContextViewTContext class |
| Name | Description | |
|---|---|---|
| OnDestroy |
Unity callback.
(Overrides ViewOnDestroy.) | |
| RegisterContext |
Called when the view should register itself to the specified context.
E.g. add listeners to events.
| |
| Start |
Unity callback.
(Overrides ViewStart.) | |
| UnregisterContext |
Called when the view should unregister itself from the specified context.
E.g. remove listeners to events.
|
| Name | Description | |
|---|---|---|
| ContextChanged |
Called when the context of the view changed.
|