C# Class AjaxControlToolkit.ConfirmButtonExtender

Inheritance: ExtenderControlBase
Mostrar archivo Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Method Details

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void

RegisterDisplayModalPopup() public method

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
return void