DependencyProperty.IsEvent プロパティ

定義

DependencyPropertyがイベント Delegateであるかどうかを示すプロパティを取得します。

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

プロパティ値

true DependencyPropertyがイベント Delegateの場合はfalse。それ以外の場合は。

適用対象