ScriptManager.IPostBackEventHandler.RaisePostBackEvent(String) Metoda

Definicja

Umożliwia sterowanie przetwarzaniem zdarzenia po powrocie ScriptManager zwrotnym i ładowaniem stanu historii strony sieci Web.

 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

Parametry

eventArgument
String

Ciąg par klucz/wartość reprezentujący stan historii strony sieci Web.

Implementuje

Dotyczy