ObjectList.OnItemCommand(ObjectListCommandEventArgs) 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.
Appelée lorsqu'un élément de liste génère un événement suite à une interaction de l'utilisateur. 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:
virtual void OnItemCommand(System::Web::UI::MobileControls::ObjectListCommandEventArgs ^ e);
protected virtual void OnItemCommand (System.Web.UI.MobileControls.ObjectListCommandEventArgs e);
abstract member OnItemCommand : System.Web.UI.MobileControls.ObjectListCommandEventArgs -> unit
override this.OnItemCommand : System.Web.UI.MobileControls.ObjectListCommandEventArgs -> unit
Protected Overridable Sub OnItemCommand (e As ObjectListCommandEventArgs)
Paramètres
Objet (défini par ObjectListCommandEventArgs) qui contient les données d’événement.
Remarques
L’implémentation par défaut déclenche l’événement ItemCommand . L’héritage de classes peut remplacer cette méthode pour effectuer d’autres tâches.