Freezable.OnFreezablePropertyChanged Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Assicura che adatti puntatori del contesto siano stabiliti per un membro dati di tipo DependencyObject che è appena stato modificato.
Overload
OnFreezablePropertyChanged(DependencyObject, DependencyObject) |
Assicura che adatti puntatori del contesto siano stabiliti per un membro dati DependencyObjectType che è appena stato impostato. |
OnFreezablePropertyChanged(DependencyObject, DependencyObject, DependencyProperty) |
Questo membro supporta l'infrastruttura Windows Presentation Foundation (WPF) e non deve essere usato direttamente dal codice. |
OnFreezablePropertyChanged(DependencyObject, DependencyObject)
Assicura che adatti puntatori del contesto siano stabiliti per un membro dati DependencyObjectType che è appena stato impostato.
protected:
void OnFreezablePropertyChanged(System::Windows::DependencyObject ^ oldValue, System::Windows::DependencyObject ^ newValue);
protected void OnFreezablePropertyChanged (System.Windows.DependencyObject oldValue, System.Windows.DependencyObject newValue);
member this.OnFreezablePropertyChanged : System.Windows.DependencyObject * System.Windows.DependencyObject -> unit
Protected Sub OnFreezablePropertyChanged (oldValue As DependencyObject, newValue As DependencyObject)
Parametri
- oldValue
- DependencyObject
Precedente valore del membro dati.
- newValue
- DependencyObject
Valore corrente del membro dati.
Commenti
Questo metodo deve essere chiamato dagli Freezable eredi ogni volta che un DependencyObject membro dati non archiviato come DependencyProperty oggetto è impostato.
Questo metodo non deve essere chiamato per DependencyObject i membri dati archiviati usando un oggetto DependencyProperty.
Si applica a
OnFreezablePropertyChanged(DependencyObject, DependencyObject, DependencyProperty)
Questo membro supporta l'infrastruttura Windows Presentation Foundation (WPF) e non deve essere usato direttamente dal codice.
protected:
void OnFreezablePropertyChanged(System::Windows::DependencyObject ^ oldValue, System::Windows::DependencyObject ^ newValue, System::Windows::DependencyProperty ^ property);
protected void OnFreezablePropertyChanged (System.Windows.DependencyObject oldValue, System.Windows.DependencyObject newValue, System.Windows.DependencyProperty property);
member this.OnFreezablePropertyChanged : System.Windows.DependencyObject * System.Windows.DependencyObject * System.Windows.DependencyProperty -> unit
Protected Sub OnFreezablePropertyChanged (oldValue As DependencyObject, newValue As DependencyObject, property As DependencyProperty)
Parametri
- oldValue
- DependencyObject
Precedente valore del membro dati.
- newValue
- DependencyObject
Valore corrente del membro dati.
- property
- DependencyProperty
Proprietà modificata.