NotifyParentPropertyAttribute.NotifyParent Proprietà

Definizione

Ottiene o imposta un valore che indica se alla proprietà padre devono essere notificate le modifiche apportate al valore della proprietà.

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

Valore della proprietà

true se la proprietà padre deve ricevere notifica delle modifiche, in caso contrario false.

Si applica a

Vedi anche