NotifyParentPropertyAttribute.NotifyParent Propiedad

Definición

Obtiene o establece un valor que indica si a la propiedad principal se le deben notificar 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

Boolean

Es true si se deben notificar los cambios a la propiedad principal; en caso contrario, es false.

Se aplica a

Consulte también