ITextDocument.EncodingChanged Event

Definition

Occurs when the Encoding property changes.

public:
 event EventHandler<Microsoft::VisualStudio::Text::EncodingChangedEventArgs ^> ^ EncodingChanged;
event EventHandler<Microsoft.VisualStudio.Text.EncodingChangedEventArgs> EncodingChanged;
member this.EncodingChanged : EventHandler<Microsoft.VisualStudio.Text.EncodingChangedEventArgs> 
Event EncodingChanged As EventHandler(Of EncodingChangedEventArgs) 

Event Type

Applies to