Class MultiProperty<T>
public class MultiProperty<T> : INotifyPropertyChanged
Type Parameters
T
- Inheritance
-
MultiProperty<T>
- Implements
- Inherited Members
Constructors
MultiProperty(Func<T>, params INotifyPropertyChanged[])
public MultiProperty(Func<T> getValue, params INotifyPropertyChanged[] properties)
Parameters
getValueFunc<T>propertiesINotifyPropertyChanged[]
Properties
Value
public T Value { get; }
Property Value
- T
Events
PropertyChanged
public event PropertyChangedEventHandler? PropertyChanged