IPageAdapter.HandlePagePostBackEvent(String, 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 la valeur true
si elle gère l'exception. 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:
bool HandlePagePostBackEvent(System::String ^ eventSource, System::String ^ eventArgument);
public bool HandlePagePostBackEvent (string eventSource, string eventArgument);
abstract member HandlePagePostBackEvent : string * string -> bool
Public Function HandlePagePostBackEvent (eventSource As String, eventArgument As String) As Boolean
Paramètres
- eventSource
- String
Identificateur source de l’événement.
- eventArgument
- String
Nom de l’événement.
Retours
true
si l'adaptateur de page gère l'exception ; sinon, false
.
Remarques
Appelé pendant la publication. Permet à un adaptateur de page de gérer un événement de publication par lui-même.