Click or drag to resize
DownloadStringCompletedEventHandler Delegate
Represents the method that will handle the System.Net.WebClient.DownloadStringCompleted event of a System.Net.WebClient.

Namespace: System.Net
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public delegate void DownloadStringCompletedEventHandler(
	Object sender,
	DownloadStringCompletedEventArgs e
)

Parameters

sender
Type: SystemObject
The source of the event.
e
Type: System.NetDownloadStringCompletedEventArgs
A System.Net.DownloadStringCompletedEventArgs that contains event data.

Return Value

Type: 
See Also