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

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

Protected Methods

Method 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

Method 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 method

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

OnPreRender() protected method

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