WmlFormAdapter.HandlePostBackEvent(String) 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.
Retourne true si l’événement a été géré. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec ASP.NET.
public:
override bool HandlePostBackEvent(System::String ^ eventArgument);
public override bool HandlePostBackEvent(string eventArgument);
override this.HandlePostBackEvent : string -> bool
Public Overrides Function HandlePostBackEvent (eventArgument As String) As Boolean
Paramètres
- eventArgument
- String
Nom de l’événement.
Retours
true si l’événement a été géré ; sinon, false.