ChtmlPageAdapter.RenderPostBackEvent Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Affiche une référence à un événement de publication approprié pour l’appareil cible. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez
public:
override void RenderPostBackEvent(System::Web::UI::MobileControls::Adapters::HtmlMobileTextWriter ^ writer, System::String ^ target, System::String ^ argument);
public override void RenderPostBackEvent(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter writer, string target, string argument);
override this.RenderPostBackEvent : System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter * string * string -> unit
Public Overrides Sub RenderPostBackEvent (writer As HtmlMobileTextWriter, target As String, argument As String)
Paramètres
- writer
- HtmlMobileTextWriter
Enregistreur de texte spécifié.
- target
- String
Appareil cible.
- argument
- String
Argument d’événement facultatif à passer.