C# Class FiftyOne.Foundation.UI.Web.ShareUsage

Control used to provide the UI for turning the share usage attribute on and off.
Inheritance: BaseDataControl
Afficher le fichier Open project: 51Degrees/dotNET-Device-Detection

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Load the controls which will form the user interface.

OnPreRender ( EventArgs e ) : void

Sets the visible status of the instruction messages.

Private Methods

Méthode Description
_checkBoxAutoUpdate_CheckedChanged ( object sender, EventArgs e ) : void

Fired when the user changes the auto update preference.

_checkBoxDeviceDetection_CheckedChanged ( object sender, EventArgs e ) : void

Fired when the user changes the device detection preference.

_checkBoxImageOptimiser_CheckedChanged ( object sender, EventArgs e ) : void

Fired when the user changes the image optimiser preference.

_checkBoxShareUsage_CheckedChanged ( object sender, EventArgs e ) : void

Fired when the user changes the share usage preference.

Method Details

OnInit() protected méthode

Load the controls which will form the user interface.
protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPreRender() protected méthode

Sets the visible status of the instruction messages.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void