Click or drag to resize
UploadStringCompletedEventHandler Delegate
Represents the method that will handle the System.Net.WebClient.UploadStringCompleted 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 UploadStringCompletedEventHandler(
	Object sender,
	UploadStringCompletedEventArgs e
)

Parameters

sender
Type: SystemObject
The source of the event.
e
Type: System.NetUploadStringCompletedEventArgs
A System.Net.UploadStringCompletedEventArgs containing event data.
See Also