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.UserControlsAssembly: 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) |