DependencyProperty.IsEvent Propriété

Définition

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é

Boolean

true si DependencyProperty est un événement Delegate ; sinon false.

S’applique à