Link.RaisePostBackEvent(String) Método

Definição

Gera eventos para o Link controle quando ele é postagem de volta para o servidor. 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 EventArgs objeto.

Aplica-se a

Confira também