Interface IViewElementLifeCycle
Namespace: MacacaGames.ViewSystem
Assembly: Macaca.ViewSystem.dll
Syntax
public interface IViewElementLifeCycle
Methods
| Improve this Doc View SourceOnBeforeLeave()
While the ViewElement prepare to Leave
Declaration
void OnBeforeLeave()
OnBeforeShow()
While the ViewElement prepare to Show
Declaration
void OnBeforeShow()
OnChangedPage()
While the ViewPage is Changed on ViewController.
Declaration
void OnChangedPage()
OnChangePage(Boolean)
While the ChangePage method on ViewElement has been called.
Declaration
void OnChangePage(bool show)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | show |
OnStartLeave()
While the ViewElement start to Leave
Declaration
void OnStartLeave()
OnStartShow()
While the ViewElement start to Show
Declaration
void OnStartShow()