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

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

Se aplica a