TreeView.IPostBackEventHandler.RaisePostBackEvent(String) Metodo

Definizione

Consente al TreeView controllo di elaborare un evento generato quando viene inviato un modulo 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 evento facoltativo da passare al gestore eventi.

Implementazioni

Commenti

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

Si applica a