DependencyProperty.IsEvent Özellik

Tanım

öğesinin bir olay DependencyPropertyolup olmadığını Delegate belirten özelliğini alır.

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

Özellik Değeri

true DependencyProperty bir olaysa Delegate; değilse, false.

Şunlara uygulanır