C# Class AjaxControlToolkit.PopupControlExtender

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

Private Properties

Property Type Description
Close void
PopupControlExtender System

Public Methods

Method Description
Cancel ( ) : void

Cancels the popup control and hides it abandoning results

Commit ( string result ) : void

Commits the popup control and hides it applying the specified result

GetProxyForCurrentPopup ( Page page ) : PopupControlExtender

Returns a proxy PopupControlExtender representing the currently active popup on the specified page

Only the Cancel and Commit methods should be called on the proxy

PopupControlExtender ( ) : System

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
Page_PreRender ( object sender, EventArgs e ) : void

Private Methods

Method Description
Close ( string result ) : void
PopupControlExtender ( Page page ) : System

Method Details

Cancel() public method

Cancels the popup control and hides it abandoning results
public Cancel ( ) : void
return void

Commit() public method

Commits the popup control and hides it applying the specified result
public Commit ( string result ) : void
result string Result
return void

GetProxyForCurrentPopup() public static method

Returns a proxy PopupControlExtender representing the currently active popup on the specified page
Only the Cancel and Commit methods should be called on the proxy
public static GetProxyForCurrentPopup ( Page page ) : PopupControlExtender
page System.Web.UI.Page Page
return PopupControlExtender

OnLoad() protected method

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

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

Page_PreRender() protected method

protected Page_PreRender ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

PopupControlExtender() public method

public PopupControlExtender ( ) : System
return System