ObjectList.OnShowItemCommands(ObjectListShowCommandsEventArgs) 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 avant d'afficher le jeu de commandes pour un élément de liste. 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.
protected:
virtual void OnShowItemCommands(System::Web::UI::MobileControls::ObjectListShowCommandsEventArgs ^ e);
protected virtual void OnShowItemCommands (System.Web.UI.MobileControls.ObjectListShowCommandsEventArgs e);
abstract member OnShowItemCommands : System.Web.UI.MobileControls.ObjectListShowCommandsEventArgs -> unit
override this.OnShowItemCommands : System.Web.UI.MobileControls.ObjectListShowCommandsEventArgs -> unit
Protected Overridable Sub OnShowItemCommands (e As ObjectListShowCommandsEventArgs)
Paramètres
Objet défini par un objet EventArgs qui contient des données d’événement.
Remarques
L’implémentation par défaut déclenche l’événement ShowItemCommands . L’héritage de classes peut remplacer cette méthode pour effectuer d’autres tâches.