DependencyProperty.IsEvent Property

Definition

Gets the property that indicates whether the DependencyProperty is an event Delegate.

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

Property Value

true if the DependencyProperty is an event Delegate; otherwise, false.

Applies to