Class MultiDoc
public class MultiDoc : INotifyPropertyChanged
- Inheritance
-
MultiDoc
- Implements
- Inherited Members
Constructors
MultiDoc(Func<string>, params INotifyPropertyChanged[])
public MultiDoc(Func<string> generateDoc, params INotifyPropertyChanged[] properties)
Parameters
generateDocFunc<string>propertiesINotifyPropertyChanged[]
Properties
Value
public string Value { get; }
Property Value
Events
PropertyChanged
public event PropertyChangedEventHandler? PropertyChanged