TreeView.IPostBackEventHandler.RaisePostBackEvent(String) Método

Definição

Permite ao TreeView controlo processar um evento que é levantado quando um formulário é publicado no servidor.

 virtual void System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System::String ^ eventArgument) = System::Web::UI::IPostBackEventHandler::RaisePostBackEvent;
void IPostBackEventHandler.RaisePostBackEvent(string eventArgument);
abstract member System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
override this.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
Sub RaisePostBackEvent (eventArgument As String) Implements IPostBackEventHandler.RaisePostBackEvent

Parâmetros

eventArgument
String

Uma string que representa um argumento de evento opcional para passar ao gestor de eventos.

Implementações

Observações

Os desenvolvedores de controlo devem sobrepor-se ao RaisePostBackEvent método.

Aplica-se a