ClassTextContentChangedEventArgs
Class
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
Constructors
TextContentChangedEventArgs(TextSnapshot, TextSnapshot)
Initializes a new instance of the TextContentChangedEventArgs class.
Declaration
cs-api-definition
public TextContentChangedEventArgs(TextSnapshot beforeChangeSnapshot, TextSnapshot afterChangeSnapshot)
Parameters
beforeChangeSnapshot
afterChangeSnapshot
Properties
AfterChangeSnapshot
Gets the TextSnapshot after change.
Declaration
cs-api-definition
public TextSnapshot AfterChangeSnapshot { get; }
Property Value
AfterChangeVersion
Gets the TextVersion after change.
Declaration
cs-api-definition
public TextVersion AfterChangeVersion { get; }
Property Value
BeforeChangeSnapshot
Gets the TextSnapshot before change.
Declaration
cs-api-definition
public TextSnapshot BeforeChangeSnapshot { get; }
Property Value
BeforeChangeVersion
Gets the TextVersion before change.
Declaration
cs-api-definition
public TextVersion BeforeChangeVersion { get; }
Property Value