Partilhar via


PhoneCall.RaisePostBackEvent(String) Método

Definição

Notifica o PhoneCall objeto de um evento de postback. Essa API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Mobile Apps & Sites com ASP.NET.

protected:
 void RaisePostBackEvent(System::String ^ argument);
protected void RaisePostBackEvent(string argument);
member this.RaisePostBackEvent : string -> unit
Protected Sub RaisePostBackEvent (argument As String)

Parâmetros

argument
String

Um String que representa um argumento de evento opcional a ser passado para o manipulador de eventos.

Aplica-se a

Confira também