Table of Contents

Class FacegenListItemVM

Namespace
TaleWorlds.MountAndBlade.ViewModelCollection.FaceGenerator
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 string
index int
setSelected Action<FacegenListItemVM, bool>

Properties

ImagePath

[DataSourceProperty]
public string ImagePath { get; set; }

Property Value

string

Index

[DataSourceProperty]
public int Index { get; set; }

Property Value

int

IsSelected

[DataSourceProperty]
public bool IsSelected { get; set; }

Property Value

bool

Methods

ExecuteAction()

public void ExecuteAction()

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