ITextBuffer.ContentTypeChanged Event
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.
Occurs whenever the IContentType has been changed.
public:
event EventHandler<Microsoft::VisualStudio::Text::ContentTypeChangedEventArgs ^> ^ ContentTypeChanged;
event EventHandler<Microsoft.VisualStudio.Text.ContentTypeChangedEventArgs> ContentTypeChanged;
member this.ContentTypeChanged : EventHandler<Microsoft.VisualStudio.Text.ContentTypeChangedEventArgs>
Event ContentTypeChanged As EventHandler(Of ContentTypeChangedEventArgs)