EncodingChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |