Command.IPostBackEventHandler.RaisePostBackEvent(String) Método

Definição

Aciona eventos para o controle Command quando ele executa um postback para o servidor.Raises events for the Command control when it posts back to the server. Para obter uma descrição desse membro, confira RaisePostBackEvent(String).For a description of this member, see RaisePostBackEvent(String). Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

 virtual void System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System::String ^ argument) = System::Web::UI::IPostBackEventHandler::RaisePostBackEvent;
 virtual void System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System::String ^ eventArgument) = System::Web::UI::IPostBackEventHandler::RaisePostBackEvent;
void IPostBackEventHandler.RaisePostBackEvent (string argument);
void IPostBackEventHandler.RaisePostBackEvent (string eventArgument);
abstract member System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
override this.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
abstract member System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
override this.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
Sub RaisePostBackEvent (argument As String) Implements IPostBackEventHandler.RaisePostBackEvent
Sub RaisePostBackEvent (eventArgument As String) Implements IPostBackEventHandler.RaisePostBackEvent

Parâmetros

argumenteventArgument
String

O argumento para o evento.The argument for the event.

Implementações

Comentários

O RaisePostBackEvent método é usado internamente pelo Command controle quando ele é clicado para gerar um Click evento.The RaisePostBackEvent method is used internally by the Command control when it is clicked to raise a Click event.

Aplica-se a