C# Class AjaxControlToolkit.ConfirmButtonExtender

Inheritance: ExtenderControlBase
Afficher le fichier Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

Method Details

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void

RegisterDisplayModalPopup() public méthode

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
Résultat void