HtmlPageAdapter.HandlePagePostBackEvent(String, String) Método

Definição

Devolve true se tratar da exceção. Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja Apps & Mobile Apps; Sites com ASP.NET.

public:
 virtual bool HandlePagePostBackEvent(System::String ^ eventSource, System::String ^ eventArgument);
public virtual bool HandlePagePostBackEvent(string eventSource, string eventArgument);
abstract member HandlePagePostBackEvent : string * string -> bool
override this.HandlePagePostBackEvent : string * string -> bool
Public Overridable Function HandlePagePostBackEvent (eventSource As String, eventArgument As String) As Boolean

Parâmetros

eventSource
String

Identificador de origem do evento.

eventArgument
String

Nome do evento.

Devoluções

false Em todos os casos.

Implementações

Observações

Liguei durante o regresso. Permite que um adaptador de página gere um evento de postback sozinho.

Ambos os HandlePagePostBackEvent métodos e HandlePagePostBackEvent retornam falsos.

Aplica-se a

Ver também