mirror of https://github.com/AMT-Cheif/Stylet.git
PropertyChangeBase: Don't try to serialize the PropertyChangedDispatcher
This commit is contained in:
parent
6f01d44edf
commit
ec3cf5e440
|
@ -18,6 +18,7 @@ namespace Stylet
|
|||
/// <summary>
|
||||
/// Dispatcher to use to dispatch PropertyChanged events. Defaults to Execute.DefaultPropertyChangedDispatcher
|
||||
/// </summary>
|
||||
[System.Xml.Serialization.XmlIgnore]
|
||||
public virtual Action<Action> PropertyChangedDispatcher
|
||||
{
|
||||
get { return this._propertyChangedDispatcher; }
|
||||
|
|
Loading…
Reference in New Issue