Метод | Описание | |
---|---|---|
DataContextObserver ( |
||
Dispose ( ) : void |
Метод | Описание | |
---|---|---|
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. |
Метод | Описание | |
---|---|---|
GetInstance ( |
||
InvokeAction ( ) : void | ||
OnDataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
OnDisposed ( ) : void | ||
RegisterProperty ( ) : void | ||
RemoveInstances ( IEnumerable |
public DataContextObserver ( |
||
source | ||
onDataContextChanged | System.Action | |
Результат | System |
protected Dispose ( bool isDisposing ) : void | ||
isDisposing | bool | |
Результат | void |
protected DisposeOfManagedResources ( ) : void | ||
Результат | void |