Class TextContentChangedEventArgs
Event args for class for TextContentChanged event.
Inheritance
System.Object
System.EventArgs
TextContentChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.SyntaxEditor.Core.Text
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class TextContentChangedEventArgs : EventArgs
Constructors
TextContentChangedEventArgs(TextSnapshot, TextSnapshot)
Initializes a new instance of the Text
Declaration
public TextContentChangedEventArgs(TextSnapshot beforeChangeSnapshot, TextSnapshot afterChangeSnapshot)
Parameters
Text
|
Text
|
Properties
AfterChangeSnapshot
Gets the Text
Declaration
public TextSnapshot AfterChangeSnapshot { get; }
Property Value
AfterChangeVersion
Gets the Text
Declaration
public TextVersion AfterChangeVersion { get; }
Property Value
BeforeChangeSnapshot
Gets the Text
Declaration
public TextSnapshot BeforeChangeSnapshot { get; }
Property Value
BeforeChangeVersion
Gets the Text
Declaration
public TextVersion BeforeChangeVersion { get; }