ObjectList.HasItemCommandHandler Propriété
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.
Obtient une valeur indiquant si le ObjectList contrôle a un gestionnaire d’événements inscrit pour l’événement approprié ItemCommand . Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez
public:
property bool HasItemCommandHandler { bool get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public bool HasItemCommandHandler { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.HasItemCommandHandler : bool
Public ReadOnly Property HasItemCommandHandler As Boolean
Valeur de propriété
true si le contrôle de liste d’objets a un gestionnaire d’événements inscrit pour l’événement approprié ItemCommand ; sinon, false.
- Attributs