C# Класс FiftyOne.Foundation.UI.Web.ShareUsage

Control used to provide the UI for turning the share usage attribute on and off.
Наследование: BaseDataControl
Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
_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.

Описание методов

OnInit() защищенный Метод

Load the controls which will form the user interface.
protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

OnPreRender() защищенный Метод

Sets the visible status of the instruction messages.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Результат void