This event is used to get the content of a topic file that is open in an editor so that current information is displayed.

Namespace: SandcastleBuilder.WPF.UserControls
Assembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 1.9.7.0

Syntax

C#
public event EventHandler<TopicContentNeededEventArgs> TopicContentNeeded
Visual Basic
Public Event TopicContentNeeded As EventHandler(Of TopicContentNeededEventArgs)

Value

Type: System..::..EventHandler<(Of <(<'TopicContentNeededEventArgs>)>)>

See Also