PropertyStoreSet Method |
Name | Description | |
---|---|---|
SetT(Object, T, T) |
Set the value for the specified property key, removing the value from the dictionary if it is the default value of T.
| |
SetT(Object, T, Action, T) |
Set the value for the specified property key, calling the propertyChanged delegate if it has changed.
| |
SetT(Object, T, PropertyChangedEventHandler, T, String) |
Set the value for the specified property key, raising the propertyChanged handler if it has changed.
|