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

It is a control that represents a CheckBox in a Xamarin.Forms. Es un control que representa un CheckBox en un Xamarin.Forms

Inheritance: global::Xamarin.Forms.Switch, ICheckBox
Exibir arquivo Open project: okhosting/OKHOSTING.UI

Private Properties

Property Type Description
CheckBox_Toggled void

Public Methods

Method Description
CheckBox ( ) : System

Initializes a new instance of the CheckBox class. Iniciarliza una nueva instancia de la clase CheckBox.

IDisposable ( ) : void

The identifier dispose. El identificador dispose

Private Methods

Method Description
CheckBox_Toggled ( object sender, global e ) : void

Checks the box toggled. Comprueba si el checkBox esta seleccionado.

Method Details

CheckBox() public method

Initializes a new instance of the CheckBox class. Iniciarliza una nueva instancia de la clase CheckBox.

public CheckBox ( ) : System
return System

IDisposable() public method

The identifier dispose. El identificador dispose

public IDisposable ( ) : void
return void