IClassificationFormatMap::ClassificationFormatMappingChanged Event

 

Occurs when this IClassificationFormatMap changes.

Namespace:   Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

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