Show / Hide Table of Contents

Delegate DownloadStringCompletedEventHandler

Represents the method that will handle the System.Net.WebClient.DownloadStringCompleted event of a System.Net.WebClient.

Namespace: OpenSilver.Compatibility
Assembly: OpenSilver.dll
Syntax
public delegate void DownloadStringCompletedEventHandler(object sender, DownloadStringCompletedEventArgs e);
Parameters
Type Name Description
System.Object sender

The source of the event.

DownloadStringCompletedEventArgs e

A System.Net.DownloadStringCompletedEventArgs that contains event data.

  • Improve this Doc
  • View Source