C# Class Adf.Web.UI.MessageButton

Represents control that shows a link with a javascript confirmation box.
Inheritance: System.Web.UI.Control, IPostBackEventHandler
Datei anzeigen Open project: NLADP/ADF

Private Properties

Property Type Description

Public Methods

Method Description
RaisePostBackEvent ( string eventArgument ) : void

Raises the click event when the confirmation button is clicked.

Protected Methods

Method Description
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Renders the control to the specified System.Web.UI.HtmlTextWriter.

Method Details

RaisePostBackEvent() public method

Raises the click event when the confirmation button is clicked.
public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string The event argument.
return void

Render() protected method

Renders the control to the specified System.Web.UI.HtmlTextWriter.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The output .
return void