|
|
| ViewModelCollectionForTesting (ObservableCollection< TestModel > modelCollection) |
| |
| void | RemoveSelected () |
| | Removes all selected view models from the collection. More...
|
| |
|
| ViewModelCollection (ObservableCollection< TModel > modelCollection) |
| |
|
|
override TestViewModel | CreateViewModel (TestModel model) |
| |
|
abstract TViewModel | CreateViewModel (TModel model) |
| |
| void | SynchronizeOn () |
| | Turns on synchronization of the view model collection and the model collection by adding appropriate event handles. More...
|
| |
| void | SynchronizeOff () |
| | Turns off synchronization of the view model collection and the model collection by removing the event handles. More...
|
| |
|
void | BuildViewModelCollection () |
| |
|
|
int | CountSelected [get, set] |
| |
|
TViewModel | LastSelected [get, set] |
| |
| EventHandler< PropertyChangedEventArgs > | ViewModelPropertyChanged |
| | Relays property-changed events from the view models in the collection. More...
|
| |
The documentation for this class was generated from the following file: