| TopicContentNeededEventArgs Constructor |
Constructor
Namespace: SandcastleBuilder.WPF.UserControlsAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public TopicContentNeededEventArgs(
RoutedEvent routedEvent,
Object source,
string topicFilename
)
Public Sub New (
routedEvent As RoutedEvent,
source As Object,
topicFilename As String
)
public:
TopicContentNeededEventArgs(
RoutedEvent^ routedEvent,
Object^ source,
String^ topicFilename
)
new :
routedEvent : RoutedEvent *
source : Object *
topicFilename : string -> TopicContentNeededEventArgs
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