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

适用于