Table of Contents

Class MultiProperty<T>

Namespace
The.Model.Editor
Assembly
Instagile.Model.dll
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

getValue Func<T>
properties INotifyPropertyChanged[]

Properties

Value

public T Value { get; }

Property Value

T

Events

PropertyChanged

public event PropertyChangedEventHandler? PropertyChanged

Event Type

PropertyChangedEventHandler