Partager via


HtmlAnchor.IPostBackEventHandler.RaisePostBackEvent(String) Méthode

Définition

Pour obtenir une description de ce membre, consultez RaisePostBackEvent(IPostBackEventHandler, String).

 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

Arguments des événements.

Implémente

Remarques

La méthode IPostBackEventHandler.RaisePostBackEvent appelle la méthode RaisePostBackEvent.

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

S’applique à

Voir aussi