Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Occurs when the CurrentSnapshotDifference and InlineBuffer have changed.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Event SnapshotDifferenceChanged As EventHandler(Of SnapshotDifferenceChangeEventArgs)
event EventHandler<SnapshotDifferenceChangeEventArgs> SnapshotDifferenceChanged
event EventHandler<SnapshotDifferenceChangeEventArgs^>^ SnapshotDifferenceChanged {
void add (EventHandler<SnapshotDifferenceChangeEventArgs^>^ value);
void remove (EventHandler<SnapshotDifferenceChangeEventArgs^>^ value);
}
abstract SnapshotDifferenceChanged : IEvent<EventHandler<SnapshotDifferenceChangeEventArgs>,
SnapshotDifferenceChangeEventArgs>
JScript does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.