ObjectList.RaisePostBackEvent(String) Méthode

Définition

Notifie l'objet ObjectList d'un événement de publication (postback). Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET.

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

Paramètres

eventArgument
String

String qui représente un argument d'événement facultatif à passer au gestionnaire d'événements.

S’applique à

Voir aussi