Compartir a través de


MenuAdapter.IPostBackEventHandler.RaisePostBackEvent(String) Método

Definición

Permite que la clase MenuAdapter procese un evento provocado al devolver una página al servidor.

 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

Parámetros

eventArgument
String

Un objeto String que contiene un argumento de evento opcional que se pasará al controlador de eventos.

Implementaciones

Comentarios

El RaisePostBackEvent método permite a la MenuAdapter clase procesar un evento que se genera cuando se devuelve una página al servidor. La página pasa eventArgument al RaisePostBackEvent método .

Se aplica a

Consulte también