EncodingChangedEventArgs Class

Definition

Provides information for the EncodingChanged event.

public ref class EncodingChangedEventArgs sealed : EventArgs
public sealed class EncodingChangedEventArgs : EventArgs
type EncodingChangedEventArgs = class
    inherit EventArgs
Public NotInheritable Class EncodingChangedEventArgs
Inherits EventArgs
Inheritance
EncodingChangedEventArgs

Constructors

EncodingChangedEventArgs(Encoding, Encoding)

Initializes a new instance of EncodingChangedEventArgs

Properties

NewEncoding

Gets the new encoding.

OldEncoding

Gets the previous encoding.

Applies to