EncodingChangedEventArgs.NewEncoding Property

Definition

Gets the new encoding.

public:
 property System::Text::Encoding ^ NewEncoding { System::Text::Encoding ^ get(); };
public System.Text.Encoding NewEncoding { get; }
member this.NewEncoding : System.Text.Encoding
Public ReadOnly Property NewEncoding As Encoding

Property Value

The new encoding.

Applies to