ObjectList.RaisePostBackEvent(String) Metoda

Definicja

ObjectList Powiadamia obiekt zdarzenia ogłaszania zwrotnego. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

protected:
 void RaisePostBackEvent(System::String ^ eventArgument);
protected void RaisePostBackEvent (string eventArgument);
member this.RaisePostBackEvent : string -> unit
Protected Sub RaisePostBackEvent (eventArgument As String)

Parametry

eventArgument
String

Element String reprezentujący opcjonalny argument zdarzenia, który ma zostać przekazany do programu obsługi zdarzeń.

Dotyczy

Zobacz też