DependencyProperty.IsEvent Propiedad

Definición

Obtiene la propiedad que indica si DependencyProperty es un evento Delegate.

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

Valor de propiedad

Boolean

Es true si DependencyProperty es un evento Delegate; de lo contrario, false.

Se aplica a