ClassTextContentChangingEventArgs
Class
Event args for class for TextContentChanging event.
Definition
Namespace:Telerik.Windows.SyntaxEditor.Core.Text
Assembly:Telerik.Windows.SyntaxEditor.Core.dll
Syntax:
cs-api-definition
public class TextContentChangingEventArgs : EventArgs
Inheritance: objectEventArgsTextContentChangingEventArgs
Inherited Members
Constructors
TextContentChangingEventArgs(TextSnapshot, TextChange)
Initializes a new instance of the TextContentChangingEventArgs class.
Declaration
cs-api-definition
public TextContentChangingEventArgs(TextSnapshot beforeChangeSnapshot, TextChange change)
Parameters
beforeChangeSnapshot
change
Properties
BeforeChangeSnapshot
Gets the snapshot before the change.
Declaration
cs-api-definition
public TextSnapshot BeforeChangeSnapshot { get; }
Property Value
Canceled
Gets a value indicating whether the text change should be cancelled.
Change
Gets the text change.