Table of Contents

Class StringItemWithActionVM

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

Constructors

StringItemWithActionVM(Action<object>, string, object)

public StringItemWithActionVM(Action<object> onExecute, string item, object identifier)

Parameters

onExecute Action<object>
item string
identifier object

Fields

Identifier

public object Identifier

Field Value

object

_onExecute

protected Action<object> _onExecute

Field Value

Action<object>

Properties

ActionText

[DataSourceProperty]
public string ActionText { 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).