Timer.IPostBackEventHandler.RaisePostBackEvent(String) Méthode

Définition

Déclenche l'événement Tick lorsqu'une page est publiée au serveur.

 virtual void System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System::String ^ eventArgument) = System::Web::UI::IPostBackEventHandler::RaisePostBackEvent;
void IPostBackEventHandler.RaisePostBackEvent (string eventArgument);
abstract member System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
override this.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
Sub RaisePostBackEvent (eventArgument As String) Implements IPostBackEventHandler.RaisePostBackEvent

Paramètres

eventArgument
String

Une chaîne avec un argument facultatif à passer au gestionnaire d'événements.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de Timer est castée en interface IPostBackEventHandler.

S’applique à