TextSnapshotChangedEventArgs.After Property

Definition

Gets the state of the ITextBuffer after the change.

public:
 property Microsoft::VisualStudio::Text::ITextSnapshot ^ After { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public:
 property Microsoft::VisualStudio::Text::ITextSnapshot ^ After { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public Microsoft.VisualStudio.Text.ITextSnapshot After { get; }
member this.After : Microsoft.VisualStudio.Text.ITextSnapshot
Public ReadOnly Property After As ITextSnapshot

Property Value

The state of the ITextBuffer after the change.

Applies to