ObjectList.OnShowItemCommands(ObjectListShowCommandsEventArgs) Méthode

Définition

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 Mobile Apps & 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

e
ObjectListShowCommandsEventArgs

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.

S’applique à

Voir aussi