Class BannerBuilderColorSelectionVM
- Assembly
- TaleWorlds.MountAndBlade.ViewModelCollection.dll
public class BannerBuilderColorSelectionVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
BannerBuilderColorSelectionVM
- Implements
- Inherited Members
Constructors
BannerBuilderColorSelectionVM()
public BannerBuilderColorSelectionVM()
Properties
IsEnabled
[DataSourceProperty]
public bool IsEnabled { get; set; }
Property Value
Items
[DataSourceProperty]
public MBBindingList<BannerBuilderColorItemVM> Items { get; set; }
Property Value
Methods
EnableWith(int, Action<BannerBuilderColorItemVM>)
public void EnableWith(int selectedColorID, Action<BannerBuilderColorItemVM> onSelection)
Parameters
selectedColorID
intonSelection
Action<BannerBuilderColorItemVM>
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).