Table of Contents

Constructor QueryEncodingEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

QueryEncodingEventArgs(string?)

Initializes a new instance of the QueryEncodingEventArgs class.

public QueryEncodingEventArgs(string? fileName)

Parameters

fileName string

Name of the file for which encoding is requested.

QueryEncodingEventArgs(Stream?)

Initializes a new instance of the QueryEncodingEventArgs class.

public QueryEncodingEventArgs(Stream? stream)

Parameters

stream Stream

Stream with data for which encoding is requested.