-
-
Notifications
You must be signed in to change notification settings - Fork 144
Docs TODO
Antony Male edited this page Feb 26, 2015
·
6 revisions
Notes to self for document updating:
- Screen: document the state machine in more detail
- Add note about the root ViewModel's OnClose hook, and how it's called when the application has already exited (so things like showing dialogs don't work)
- Introduction
- Quick Start
- Bootstrapper
- ViewModel First
- Actions
- The WindowManager
- MessageBox
- The EventAggregator
- PropertyChangedBase
- Execute: Dispatching to the UI Thread
- Screens and Conductors
- BindableCollection
- Validation using ValidatingModelBase
- StyletIoC
- The ViewManager
- Listening to INotifyPropertyChanged
- Design Mode Support
- Logging
- Misc