EditorZoneBase.RaisePostBackEvent(String) Método
Definição
Executa as ações associadas a um dos verbos de zona ou aciona um evento que é enviado de volta para o servidor.Carries out the actions associated with one of the zone verbs, or raises an event that posts back to the server.
protected:
override void RaisePostBackEvent(System::String ^ eventArgument);
protected override void RaisePostBackEvent (string eventArgument);
override this.RaisePostBackEvent : string -> unit
Protected Overrides Sub RaisePostBackEvent (eventArgument As String)
Parâmetros
- eventArgument
- String
Um String que contém o argumento para o evento.A String that contains the argument for the event.
Comentários
O RaisePostBackEvent método executa as respectivas ações associadas ao verbo OK, ao verbo de cancelamento ou ao verbo Apply, se um desses verbos foi clicado na interface do usuário.The RaisePostBackEvent method carries out the respective actions associated with the OK verb, the cancel verb, or the apply verb, if one of these verbs was clicked in the user interface (UI). Caso contrário, ele gera um evento que é Postado de volta para o servidor.Otherwise, it raises an event that posts back to the server.