Table of Contents

Class MultiDoc

Namespace
The.Model.Editor
Assembly
Instagile.Model.dll
public class MultiDoc : INotifyPropertyChanged
Inheritance
MultiDoc
Implements
Inherited Members

Constructors

MultiDoc(Func<string>, params INotifyPropertyChanged[])

public MultiDoc(Func<string> generateDoc, params INotifyPropertyChanged[] properties)

Parameters

generateDoc Func<string>
properties INotifyPropertyChanged[]

Properties

Value

public string Value { get; }

Property Value

string

Events

PropertyChanged

public event PropertyChangedEventHandler? PropertyChanged

Event Type

PropertyChangedEventHandler