Table of Contents

Class BoolItemWithActionVM

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

Constructors

BoolItemWithActionVM(Action<object>, bool, object)

public BoolItemWithActionVM(Action<object> onExecute, bool isActive, object identifier)

Parameters

onExecute Action<object>
isActive bool
identifier object

Fields

Identifier

public object Identifier

Field Value

object

_onExecute

protected Action<object> _onExecute

Field Value

Action<object>

Properties

IsActive

[DataSourceProperty]
public bool IsActive { 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).