List.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 contrôle List a un gestionnaire d'événements inscrit pour l'événement ItemCommand approprié. 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.
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 a un gestionnaire d'événements enregistré pour l'événement ItemCommand approprié ; sinon, false
.
- Attributs