MultiBinding.NotifyOnTargetUpdated Propiedad

Definición

Obtiene o establece un valor que indica si se produce el evento TargetUpdated cuando un valor se transfiere desde el origen de enlace al destino de enlace.

public:
 property bool NotifyOnTargetUpdated { bool get(); void set(bool value); };
public bool NotifyOnTargetUpdated { get; set; }
member this.NotifyOnTargetUpdated : bool with get, set
Public Property NotifyOnTargetUpdated As Boolean

Valor de propiedad

true si se generará el evento TargetUpdated cuando el valor de destino de enlace se actualice; en caso contrario, false. El valor predeterminado es false.

Se aplica a

Consulte también