HtmlAnchor.IPostBackEventHandler.RaisePostBackEvent(String) Metodo

Definizione

Per una descrizione di questo membro, vedere 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

Parametri

eventArgument
String

Argomenti dell'evento.

Implementazioni

Commenti

Il metodo IPostBackEventHandler.RaisePostBackEvent chiama il metodo RaisePostBackEvent.

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza HtmlAnchor a un'interfaccia IPostBackEventHandler.

Si applica a

Vedi anche