Skip to content

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.

Details

  • For Caliburn.Micro.PropertyChangedBase uses NotifyOfPropertyChange
  • For Jounce.Core.Model.BaseNotify uses RaisePropertyChanged
  • For Jounce.Core.ViewModel.BaseViewModel uses RaisePropertyChanged
  • For Microsoft.Practices.Prism.ViewModel.NotificationObject uses RaisePropertyChanged
  • For Cinch.ViewModelBase uses NotifyPropertyChanged
  • For GalaSoft.MvvmLight.ObservableObject uses RaisePropertyChanged
  • For GalaSoft.MvvmLight.ViewModelBase uses RaisePropertyChanged
  • For ReactiveUI.ReactiveObject uses raisePropertyChanged
  • For NotifyPropertyChangedBase uses OnPropertyChanged
  • For Cirrious.MvvmCross.ViewModels.MvxNotifyPropertyChanged uses RaisePropertyChanged