Метод | Описание | |
---|---|---|
ModifiedEventArgs ( ModificationType type, |
Creates the event arguments object.
|
public ModifiedEventArgs ( ModificationType type, |
||
type | ModificationType | The type of modification that occurred. |
text | The text inserted or deleted. | |
location | The location of the modification. | |
userAction | bool | A flag indicating if this action was caused by the user. |
undo | bool | A flag indicating if this action is part of an undo process. |
redo | bool | A flag indicating if this action is part of a redo process. |
linesAdded | int | The number of lines added by this modification. |
Результат | System |