NotifyParentPropertyAttribute.NotifyParent Propiedad

Definición

Obtiene o establece un valor que indica si se debe notificar a la propiedad primaria los cambios en el valor de la propiedad.

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

Valor de propiedad

true si se debe notificar a la propiedad primaria los cambios; de lo contrario, false.

Se aplica a

Consulte también