DependencyProperty.IsEvent Proprietà

Definizione

Ottiene la proprietà che indica se la classe DependencyProperty è un evento Delegate.

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

Valore della proprietà

Boolean

true se DependencyProperty è un evento Delegate; in caso contrario, false.

Si applica a