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

适用于