| FileContentNeededEventArgs Constructor |
Constructor
Namespace: SandcastleBuilder.WPF.UserControlsAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public FileContentNeededEventArgs(
RoutedEvent routedEvent,
Object source
)
Public Sub New (
routedEvent As RoutedEvent,
source As Object
)
public:
FileContentNeededEventArgs(
RoutedEvent^ routedEvent,
Object^ source
)
new :
routedEvent : RoutedEvent *
source : Object -> FileContentNeededEventArgs
Parameters
- routedEvent
- Type: System.WindowsRoutedEvent
The routed event - source
- Type: SystemObject
The routed event source
See Also