Class GameKeyOptionCategoryVM
- Assembly
- TaleWorlds.MountAndBlade.ViewModelCollection.dll
public class GameKeyOptionCategoryVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
GameKeyOptionCategoryVM
- Implements
- Inherited Members
Constructors
GameKeyOptionCategoryVM(Action<KeyOptionVM>, IEnumerable<string>)
public GameKeyOptionCategoryVM(Action<KeyOptionVM> onKeybindRequest, IEnumerable<string> gameKeyCategories)
Parameters
onKeybindRequest
Action<KeyOptionVM>gameKeyCategories
IEnumerable<string>
Properties
AuxiliaryKeyGroups
[DataSourceProperty]
public MBBindingList<AuxiliaryKeyGroupVM> AuxiliaryKeyGroups { get; set; }
Property Value
GameKeyGroups
[DataSourceProperty]
public MBBindingList<GameKeyGroupVM> GameKeyGroups { get; set; }
Property Value
IsEnabled
[DataSourceProperty]
public bool IsEnabled { get; set; }
Property Value
Name
[DataSourceProperty]
public string Name { get; set; }
Property Value
ResetText
[DataSourceProperty]
public string ResetText { get; set; }
Property Value
Methods
ApplyValues()
public void ApplyValues()
Cancel()
public void Cancel()
ExecuteResetToDefault()
public void ExecuteResetToDefault()
IsChanged()
public bool IsChanged()
Returns
OnDone()
public void OnDone()
OnFinalize()
public override void OnFinalize()
RefreshValues()
public override void RefreshValues()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).