TreeView.IPostBackEventHandler.RaisePostBackEvent(String) Metodo

Definizione

Consente al controllo TreeView di elaborazione di un evento generato quando si invia un form al server.

 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

Parametri

eventArgument
String

Stringa che rappresenta un argomento dell'evento facoltativo da passare al gestore dell'evento.

Implementazioni

Commenti

Gli sviluppatori di controlli devono eseguire l'override del RaisePostBackEvent metodo.

Si applica a