IBufferGraph::GraphBufferContentTypeChanged Event

 

Occurs when the IContentType of any ITextBuffer in the buffer graph changes.

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

event EventHandler<GraphBufferContentTypeChangedEventArgs^>^ GraphBufferContentTypeChanged {
	void add(EventHandler<GraphBufferContentTypeChangedEventArgs^>^ value);
	void remove(EventHandler<GraphBufferContentTypeChangedEventArgs^>^ value);
}
Return to top
Show: