Table of Contents

Class SubtitledSection

Namespace
The.WPF.Sections
Assembly
Instagile.WPF.dll
public sealed class SubtitledSection : WrappingSectionBase, ISection, IModel, INotifyPropertyChanged, IDataErrorInfo
Inheritance
SubtitledSection
Implements
Inherited Members
Extension Methods

Constructors

SubtitledSection(ISection, Func<Task<string>>)

public SubtitledSection(ISection inner, Func<Task<string>> subtitleGeneratorAsync)

Parameters

inner ISection
subtitleGeneratorAsync Func<Task<string>>

Properties

Subtitle

public override string Subtitle { get; }

Property Value

string

Methods

OnLoadedAsync()

public override Task OnLoadedAsync()

Returns

Task