Property | Type | Description | |
---|---|---|---|
Actions | IList | ||
Targets | IList |
Method | Description | |
---|---|---|
HandlePropertyChanged ( object sender, |
Handles the property changed.
|
|
NotifyPropertyChanged ( INotifyPropertyChanged target, string targetProp ) : void |
Notifies the property changed.
|
|
Register ( Object source, INotifyPropertyChanged target, |
Registers the specified source.
|
|
UnRegister ( Object source, |
Unregister the specified source.
|
Method | Description | |
---|---|---|
WeakSource ( Object source ) : System |
Initializes a new instance of the WeakSource class.
|
public HandlePropertyChanged ( object sender, |
||
sender | object | The sender. |
args | The |
|
return | void |
public NotifyPropertyChanged ( INotifyPropertyChanged target, string targetProp ) : void | ||
target | INotifyPropertyChanged | The target. |
targetProp | string | The target prop. |
return | void |
public static Register ( Object source, INotifyPropertyChanged target, |
||
source | Object | The source. |
target | INotifyPropertyChanged | The target. |
action | The action. | |
targetProp | string | The target prop. |
converter | IDataConverter | The converter. |
parameter | object | The converter parameter. |
return | WeakSource |
public static UnRegister ( Object source, |
||
source | Object | The source. |
action | The action. | |
targetProp | string | The target prop. |
return | void |