C# Класс AjaxControlToolkit.ConfirmButtonExtender

Наследование: ExtenderControlBase
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
RegisterDisplayModalPopup ( ) : void

Registers the target of DisplayModalPopupID for use with ConfirmButton.

Called in OnLoad by default, but can be called later if the ModalPopup/ConfirmButton are created dynamically.

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

Метод Описание
OnLoad ( EventArgs e ) : void

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

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

protected OnLoad ( EventArgs e ) : void
e EventArgs
Результат void

RegisterDisplayModalPopup() публичный Метод

Registers the target of DisplayModalPopupID for use with ConfirmButton.
Called in OnLoad by default, but can be called later if the ModalPopup/ConfirmButton are created dynamically.
public RegisterDisplayModalPopup ( ) : void
Результат void