IClassificationFormatMap.ClassificationFormatMappingChanged Event

Definition

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.

Applies to