Class StringItemWithEnabledAndHintVM
- Namespace
- TaleWorlds.Core.ViewModelCollection.Generic
- Assembly
- TaleWorlds.Core.ViewModelCollection.dll
public class StringItemWithEnabledAndHintVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
StringItemWithEnabledAndHintVM
- Implements
- Derived
- Inherited Members
Constructors
StringItemWithEnabledAndHintVM(Action<object>, string, bool, object, TextObject)
public StringItemWithEnabledAndHintVM(Action<object> onExecute, string item, bool enabled, object identifier, TextObject hintText = null)
Parameters
Fields
Identifier
public object Identifier
Field Value
_onExecute
protected Action<object> _onExecute
Field Value
Properties
ActionText
[DataSourceProperty]
public string ActionText { get; set; }
Property Value
Hint
[DataSourceProperty]
public HintViewModel Hint { get; set; }
Property Value
IsEnabled
[DataSourceProperty]
public bool IsEnabled { get; set; }
Property Value
Methods
ExecuteAction()
public void ExecuteAction()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).