LinkButton.IPostBackEventHandler.RaisePostBackEvent(String) Méthode

Définition

Pour obtenir une description de ce membre, consultez RaisePostBackEvent(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

Argument pour l'événement.

Implémente

Remarques

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

S’applique à

Voir aussi