WebPartZoneBase.RaisePostBackEvent(String) Método

Definição

Atualiza o estado da coleção atual de WebPart controlos numa zona, com base nas alterações ocorridas desde o evento postback mais recente.

protected:
 virtual void RaisePostBackEvent(System::String ^ eventArgument);
protected virtual void RaisePostBackEvent(string eventArgument);
abstract member RaisePostBackEvent : string -> unit
override this.RaisePostBackEvent : string -> unit
Protected Overridable Sub RaisePostBackEvent (eventArgument As String)

Parâmetros

eventArgument
String

O argumento do postback.

Aplica-se a

Ver também