Class QueryEncodingEventArgs
Provides data for the query encoding events.
public class QueryEncodingEventArgs
- Inheritance
-
QueryEncodingEventArgs
Constructors
- QueryEncodingEventArgs(Stream?)
Initializes a new instance of the QueryEncodingEventArgs class.
- QueryEncodingEventArgs(string?)
Initializes a new instance of the QueryEncodingEventArgs class.
Properties
- FileName
Gets name of the file for which encoding is requested.
- Result
Gets or sets encoding of the file.
- Stream
Gets stream with data for which encoding is requested.