Share via


Image.RaisePostBackEvent(String) Método

Definição

Notifica o objeto Image de um evento de postback. Esta API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Aplicativos Móveis & 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 opcional de eventos que será passado para o manipulador de eventos.

Aplica-se a

Confira também