Class FacegenListItemVM
- Assembly
- TaleWorlds.MountAndBlade.ViewModelCollection.dll
public class FacegenListItemVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
FacegenListItemVM
- Implements
- Inherited Members
Constructors
FacegenListItemVM(string, int, Action<FacegenListItemVM, bool>)
public FacegenListItemVM(string imagePath, int index, Action<FacegenListItemVM, bool> setSelected)
Parameters
imagePath
stringindex
intsetSelected
Action<FacegenListItemVM, bool>
Properties
ImagePath
[DataSourceProperty]
public string ImagePath { get; set; }
Property Value
Index
[DataSourceProperty]
public int Index { get; set; }
Property Value
IsSelected
[DataSourceProperty]
public bool IsSelected { get; set; }
Property Value
Methods
ExecuteAction()
public void ExecuteAction()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).