Click or drag to resize

DataContextViewTContext Methods

The DataContextViewTContext generic type exposes the following members.

Methods
  NameDescription
Protected methodOnDestroy
Unity callback.
(Overrides ViewOnDestroy.)
Protected methodRegisterContext
Called when the view should register itself to the specified context. E.g. add listeners to events.
Protected methodStart
Unity callback.
(Overrides ViewStart.)
Protected methodUnregisterContext
Called when the view should unregister itself from the specified context. E.g. remove listeners to events.
Top
See Also