DataContextViewTContext Methods |
The DataContextViewTContext generic type exposes the following members.
| 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.
|