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그렇지 않으면 .입니다.

적용 대상