Show / Hide Table of Contents

Interface IViewElementLifeCycle

Namespace: MacacaGames.ViewSystem
Assembly: Macaca.ViewSystem.dll
Syntax
public interface IViewElementLifeCycle

Methods

| Improve this Doc View Source

OnBeforeLeave()

While the ViewElement prepare to Leave

Declaration
void OnBeforeLeave()
| Improve this Doc View Source

OnBeforeShow()

While the ViewElement prepare to Show

Declaration
void OnBeforeShow()
| Improve this Doc View Source

OnChangedPage()

While the ViewPage is Changed on ViewController.

Declaration
void OnChangedPage()
| Improve this Doc View Source

OnChangePage(Boolean)

While the ChangePage method on ViewElement has been called.

Declaration
void OnChangePage(bool show)
Parameters
Type Name Description
System.Boolean show
| Improve this Doc View Source

OnStartLeave()

While the ViewElement start to Leave

Declaration
void OnStartLeave()
| Improve this Doc View Source

OnStartShow()

While the ViewElement start to Show

Declaration
void OnStartShow()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX