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é avant d’afficher l’ensemble de commandes d’un élément de liste. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez
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 qui contient des données d’événement EventArgs .
Remarques
L’implémentation par défaut déclenche l’événement ShowItemCommands . L’héritage des classes peut remplacer cette méthode pour effectuer d’autres tâches.