DependencyProperty.IsEvent Propriété

Définition

Obtient la propriété qui indique si l’événement 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 l’événement DependencyProperty est un événement Delegate; sinon, false.

S’applique à