DependencyProperty.IsEvent プロパティ

定義

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

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

プロパティ値

Boolean

DependencyProperty がイベント Delegate であれば true、それ以外の場合は false

適用対象