C# Class Rock.Web.UI.Controls.RockUpdatePanel

Inheritance: System.Web.UI.UpdatePanel, IPostBackEventHandler
ファイルを表示 Open project: NewSpring/Rock

Public Methods

Method Description
GetPostBackEventReference ( string eventArgument ) : string

Gets the post back event reference.

GetPostBackHyperlink ( string eventArgument ) : string

Gets the post back hyperlink.

RaisePostBackEvent ( string eventArgument ) : void

When implemented by a class, enables a server control to process an event raised when a form is posted to the server.

Method Details

GetPostBackEventReference() public method

Gets the post back event reference.
public GetPostBackEventReference ( string eventArgument ) : string
eventArgument string The event argument.
return string

GetPostBackHyperlink() public method

Gets the post back hyperlink.
public GetPostBackHyperlink ( string eventArgument ) : string
eventArgument string The event argument.
return string

RaisePostBackEvent() public method

When implemented by a class, enables a server control to process an event raised when a form is posted to the server.
public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string A that represents an optional event argument to be passed to the event handler.
return void