Namespace Bannerlord.UIExtenderEx.ViewModels
Classes
- BaseViewModelMixin<TViewModel>
Basic implementation for IViewModelMixin.
Generic parameterTViewModel
will be used to determine which ViewModel to extend.
You can use the field ViewModel to access the original ViewModel.
Be aware that it might be null if GC has disposed the original ViewModel. The mixin holds a weak reference to it.
Interfaces
- IViewModelMixin
Interface for ViewModel mixins.
Should not be used directly, BaseViewModelMixin<TViewModel> should be used as base class.
This page was last modified at 07/29/2024 16:56:14 +00:00 (UTC).