C# Class OKHOSTING.UI.Xamarin.Forms.Controls.HyperLink

Inheritance: global::Xamarin.Forms.Button, IHyperLink
Exibir arquivo Open project: okhosting/OKHOSTING.UI

Private Properties

Property Type Description
HyperLink_Clicked void

Public Methods

Method Description
HyperLink ( ) : System

Initializes a new instance of the HyperLink class. Inicializa una nueva instancia de la clase HyperLink.

IDisposable ( ) : void

The identifier dispose. El identificador dispose.

Private Methods

Method Description
HyperLink_Clicked ( object sender, EventArgs e ) : void

Hypers the link clicked. Reaccion al hacer clic en el enlace.

Method Details

HyperLink() public method

Initializes a new instance of the HyperLink class. Inicializa una nueva instancia de la clase HyperLink.

public HyperLink ( ) : System
return System

IDisposable() public method

The identifier dispose. El identificador dispose.

public IDisposable ( ) : void
return void