MainPage Class

SergioDelgadoProyecto

MainPage Class

Class MainPage. Implements the ContentPage
Inheritance Hierarchy
ContentPage  SergioDelgadoProyectoMainPage

Namespace:  SergioDelgadoProyecto
Assembly:  SergioDelgadoProyecto (in SergioDelgadoProyecto.dll) Version: 1.0.0
Syntax
C#
public class MainPage : ContentPage

The MainPage type exposes the following members.

Constructors
  NameDescription
Public methodMainPage
Initializes a new instance of the MainPage class.
Top
Methods
  NameDescription
Protected methodOnAppearing
Cuando se invalida, permite a los desarrolladores de aplicaciones personalizar el comportamiento inmediatamente antes de que Page sea visible.
Top
See Also