DependencyProperty.IsEvent 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 la propriété qui indique si DependencyProperty est un événement Delegate.
public:
property bool IsEvent { bool get(); };
public bool IsEvent { get; }
member this.IsEvent : bool
Public ReadOnly Property IsEvent As Boolean
Valeur de propriété
true
si DependencyProperty est un événement Delegate ; sinon false
.