Evento IEditorFormatMap.FormatMappingChanged
si verifica quando questo IEditorFormatMap modifiche.
Spazio dei nomi: Microsoft.VisualStudio.Text.Classification
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Sintassi
'Dichiarazione
Event FormatMappingChanged As EventHandler(Of FormatItemsEventArgs)
event EventHandler<FormatItemsEventArgs> FormatMappingChanged
event EventHandler<FormatItemsEventArgs^>^ FormatMappingChanged {
void add (EventHandler<FormatItemsEventArgs^>^ value);
void remove (EventHandler<FormatItemsEventArgs^>^ value);
}
abstract FormatMappingChanged : IEvent<EventHandler<FormatItemsEventArgs>,
FormatItemsEventArgs>
JScript non supporta gli eventi.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.