C# Класс WebKit.DownloadReceiveDataEventArgs

Provides data for the WebKitDownload.DownloadReceiveData event.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DownloadReceiveDataEventArgs ( uint Length ) : System

Initializes a new instance of the DownloadReceiveDataEventArgs class.

Описание методов

DownloadReceiveDataEventArgs() публичный Метод

Initializes a new instance of the DownloadReceiveDataEventArgs class.
public DownloadReceiveDataEventArgs ( uint Length ) : System
Length uint The length of the data received in bytes.
Результат System