The ContentChangedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ContentChangedEventArgs |
Creates a new instance.
|
Properties
Name | Description | |
---|---|---|
![]() |
Index |
Gets index of the position where the replacement occured.
|
![]() |
NewText |
Gets newly inserted text.
|
![]() |
OldText |
Gets replaced text.
|
![]() |
RedrawEndIndex |
Gets or sets ending index of the range to be redrawn after this event.
|
![]() |
RedrawStartIndex |
Gets or sets starting index of the range to be redrawn after this event.
|