PhoneCall.RaisePostBackEvent(String) Método

Definição

Notifica o PhoneCall objeto de um evento de postback. Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja Apps & 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

A String que representa um argumento de evento opcional a ser passado ao gestor de eventos.

Aplica-se a

Ver também