C# Class Xamalytics.Pages.ContentPageBase

Inheritance: Xamarin.Forms.ContentPage
ファイルを表示 Open project: TheEightBot/Xamalytics

Public Methods

Method Description
ContentPageBase ( string pageName ) : System

Protected Methods

Method Description
OnAppearing ( ) : void
OnDisappearing ( ) : void
OnParentSet ( ) : void

Method Details

ContentPageBase() public method

public ContentPageBase ( string pageName ) : System
pageName string
return System

OnAppearing() protected method

protected OnAppearing ( ) : void
return void

OnDisappearing() protected method

protected OnDisappearing ( ) : void
return void

OnParentSet() protected method

protected OnParentSet ( ) : void
return void