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

Inheritance: System.Web.UI.UpdatePanel, IPostBackEventHandler
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode 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 méthode

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

GetPostBackHyperlink() public méthode

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

RaisePostBackEvent() public méthode

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