Click or drag to resize
Sandcastle Help File BuilderTopicContentNeededEventArgs Constructor
Constructor

Namespace: SandcastleBuilder.WPF.UserControls
Assembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax
public TopicContentNeededEventArgs(
	RoutedEvent routedEvent,
	Object source,
	string topicFilename
)

Parameters

routedEvent
Type: System.WindowsRoutedEvent
The routed event
source
Type: SystemObject
The routed event source
topicFilename
Type: SystemString
The topic filename for which to search
See Also