ViewModel has a set of slightly more abstract properites most people bind to (CanCancel, CanSave, etc).
If you really want to bind to IsDirty you'll need to use ObjectStatus.
Hi Rocky,
This is really a feature request so not sure if this is the correct area.
I would love to see IsDirty and IsValid added to the ViewModelBase<T> as CanSave,CanEdit etc have been.
In our application we need to see that a record is IsDirty and whether its valid, which the Can_ variables dont cover. I've lifted csla's ViewModel<T> and ViewModelBase<T> classes into our source to add these in to get property changed notifactions working correctly. Im not sure if there was an easier way to achieve this.
Best Regards
David
Copyright (c) Marimer LLC