Share via


DependencyProperty.IsEvent Eigenschaft

Definition

Ruft die Eigenschaft ab, die angibt, ob DependencyProperty ein Ereignis-Delegate ist.

public:
 property bool IsEvent { bool get(); };
public bool IsEvent { get; }
member this.IsEvent : bool
Public ReadOnly Property IsEvent As Boolean

Eigenschaftswert

Boolean

true, wenn DependencyProperty ein Ereignis-Delegate ist; andernfalls false.

Gilt für