EncodingChangedEventArgs Class

 

Provides information for the EncodingChanged event.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Text.EncodingChangedEventArgs

public sealed class EncodingChangedEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodEncodingChangedEventArgs(Encoding, Encoding)

Initializes a new instance of EncodingChangedEventArgs

NameDescription
System_CAPS_pubpropertyNewEncoding

Gets the new encoding.

System_CAPS_pubpropertyOldEncoding

Gets the previous encoding.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: