MenuAdapter.IPostBackEventHandler.RaisePostBackEvent(String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Consente alla MenuAdapter classe di elaborare un evento generato quando viene inviata una pagina al server.
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
Oggetto String contenente un argomento evento facoltativo da passare al gestore eventi.
Implementazioni
Commenti
Il RaisePostBackEvent metodo consente alla MenuAdapter classe di elaborare un evento generato quando viene inviata una pagina al server. La pagina passa eventArgument al RaisePostBackEvent metodo .