ObjectList.HasItemCommandHandler Propriété

Définition

Obtient une valeur indiquant si le contrôle ObjectList 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 Mobile Apps & 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 de liste d'objets a un gestionnaire d'événements enregistré pour l'événement ItemCommand approprié ; sinon, false.

Attributs

S’applique à

Voir aussi