Méthode | Description | |
---|---|---|
DataContextObserver ( |
||
Dispose ( ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool isDisposing ) : void | ||
DisposeOfManagedResources ( ) : void |
Invoked when the Dispose method is called. Use this to dispose of any managed resources or unwire from events etc. It is not necessary to call base in the overridden method. This is a convenience method that is called from the main 'Dispose' virtual method. |
Méthode | Description | |
---|---|---|
GetInstance ( |
||
InvokeAction ( ) : void | ||
OnDataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
OnDisposed ( ) : void | ||
RegisterProperty ( ) : void | ||
RemoveInstances ( IEnumerable |
public DataContextObserver ( |
||
source | ||
onDataContextChanged | System.Action | |
Résultat | System |
protected Dispose ( bool isDisposing ) : void | ||
isDisposing | bool | |
Résultat | void |
protected DisposeOfManagedResources ( ) : void | ||
Résultat | void |