PhoneCall.IPostBackEventHandler.RaisePostBackEvent(String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Para obter uma descrição deste membro, consulte RaisePostBackEvent(String). Essa API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte
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
Os argumentos de evento opcionais a serem passados para o manipulador de eventos.
Implementações
Comentários
Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a PhoneCall instância é convertida em uma IPostBackEventHandler interface.