IEditorFormatMap::FormatMappingChanged Event

 

Occurs when this IEditorFormatMap changes.

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

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