Table of Contents

Class BannerBuilderColorSelectionVM

Namespace
TaleWorlds.MountAndBlade.ViewModelCollection.BannerBuilder
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

bool

Items

[DataSourceProperty]
public MBBindingList<BannerBuilderColorItemVM> Items { get; set; }

Property Value

MBBindingList<BannerBuilderColorItemVM>

Methods

EnableWith(int, Action<BannerBuilderColorItemVM>)

public void EnableWith(int selectedColorID, Action<BannerBuilderColorItemVM> onSelection)

Parameters

selectedColorID int
onSelection Action<BannerBuilderColorItemVM>

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).