C# Class OKHOSTING.UI.Net4.WPF.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: System.Windows.Controls.CheckBox, ICheckBox
Datei anzeigen Open project: okhosting/OKHOSTING.UI

Private Properties

Property Type Description
CheckBox_Checked 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_Checked ( object sender, System 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