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입니다.

적용 대상