IClassificationFormatMap.ClassificationFormatMappingChanged 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 when this IClassificationFormatMap changes.
public:
event EventHandler<EventArgs ^> ^ ClassificationFormatMappingChanged;
event EventHandler<EventArgs> ClassificationFormatMappingChanged;
member this.ClassificationFormatMappingChanged : EventHandler<EventArgs>
Event ClassificationFormatMappingChanged As EventHandler(Of EventArgs)
Event Type
Remarks
Making a change to the text properties of a classification type will also cause an FormatMappingChanged to be fired on the corresponding IEditorFormatMap. The relative ordering of these events is not deterministic.