WebPartZoneBase.RaisePostBackEvent(String) Método
Definição
Atualiza o status da coleção atual de controles WebPart em uma zona, com base nas alterações que ocorreram desde o evento de postback mais recente.Updates the status of the current collection of WebPart controls in a zone, based on the changes that have occurred since the most recent postback event.
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 de postback.The postback argument.