Table of Contents

Class StringPairItemWithActionVM

Namespace
TaleWorlds.Core.ViewModelCollection.Generic
Assembly
TaleWorlds.Core.ViewModelCollection.dll
public class StringPairItemWithActionVM : ViewModel, IViewModel, INotifyPropertyChanged
Inheritance
StringPairItemWithActionVM
Implements
Inherited Members

Constructors

StringPairItemWithActionVM(Action<object>, string, string, object)

public StringPairItemWithActionVM(Action<object> onExecute, string definition, string value, object identifier)

Parameters

onExecute Action<object>
definition string
value string
identifier object

Fields

Identifier

public object Identifier

Field Value

object

_onExecute

protected Action<object> _onExecute

Field Value

Action<object>

Properties

Definition

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

Property Value

string

Hint

[DataSourceProperty]
public HintViewModel Hint { get; set; }

Property Value

HintViewModel

IsEnabled

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

Property Value

bool

Value

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

Property Value

string

Methods

ExecuteAction()

public void ExecuteAction()

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