Partager via


ImageButton.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

La IPostBackEventHandler.RaisePostBackEvent méthode est une implémentation de membre d’interface explicite. Il peut uniquement être utilisé lorsque l'instance de ImageButton est castée en interface IPostBackEventHandler.

S’applique à

Voir aussi