HtmlInputButton.IPostBackEventHandler.RaisePostBackEvent(String) Méthode

Définition

Implémente la RaisePostBackEvent(String) méthode en appelant la RaisePostBackEvent(String) méthode.

 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

Qui String représente un argument d’événement facultatif à passer au gestionnaire d’événements.

Implémente

S’applique à