Class
TextContentChangedEventArgs

Event args for class for TextContentChanged event.

Definition

Namespace:Telerik.Windows.SyntaxEditor.Core.Text

Assembly:Telerik.Windows.SyntaxEditor.Core.dll

Syntax:

cs-api-definition
public class TextContentChangedEventArgs : EventArgs

Inheritance: objectEventArgsTextContentChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

TextContentChangedEventArgs(TextSnapshot, TextSnapshot)

Initializes a new instance of the TextContentChangedEventArgs class.

Declaration

cs-api-definition
public TextContentChangedEventArgs(TextSnapshot beforeChangeSnapshot, TextSnapshot afterChangeSnapshot)

Parameters

beforeChangeSnapshot

TextSnapshot

afterChangeSnapshot

TextSnapshot

Properties

AfterChangeSnapshot

Gets the TextSnapshot after change.

Declaration

cs-api-definition
public TextSnapshot AfterChangeSnapshot { get; }

Property Value

TextSnapshot

AfterChangeVersion

Gets the TextVersion after change.

Declaration

cs-api-definition
public TextVersion AfterChangeVersion { get; }

Property Value

TextVersion

BeforeChangeSnapshot

Gets the TextSnapshot before change.

Declaration

cs-api-definition
public TextSnapshot BeforeChangeSnapshot { get; }

Property Value

TextSnapshot

BeforeChangeVersion

Gets the TextVersion before change.

Declaration

cs-api-definition
public TextVersion BeforeChangeVersion { get; }

Property Value

TextVersion