-
-
Notifications
You must be signed in to change notification settings - Fork 228
SupportedToolkits
Simon Cropp edited this page May 11, 2016
·
11 revisions
There are several toolkits for which the EventInvokerName
is derived. For these toolkits it is not necessary to set the EventInvokerNames
property of the WeavingTask
.
Note: Any toolkit that exposes a string based event invoker can be supported by configuring EventInvokerNames
. See Options.
- For
Caliburn.Micro.PropertyChangedBase
usesNotifyOfPropertyChange
Catel See Catel Fody
- For
Jounce.Core.Model.BaseNotify
usesRaisePropertyChanged
- For
Jounce.Core.ViewModel.BaseViewModel
usesRaisePropertyChanged
- For
Microsoft.Practices.Prism.ViewModel.NotificationObject
usesRaisePropertyChanged
- For
Cinch.ViewModelBase
usesNotifyPropertyChanged
- For
GalaSoft.MvvmLight.ObservableObject
usesRaisePropertyChanged
- For
GalaSoft.MvvmLight.ViewModelBase
usesRaisePropertyChanged
- For
ReactiveUI.ReactiveObject
usesraisePropertyChanged
- For
NotifyPropertyChangedBase
usesOnPropertyChanged
- For
Cirrious.MvvmCross.ViewModels.MvxNotifyPropertyChanged
usesRaisePropertyChanged