
Raises the InputParagraphChanged event.
[C#]
protected virtual void OnInputParagraphChanged(EventArgs e);
[Visual Basic]
Protected Overridable Sub OnInputParagraphChanged(ByVal e As EventArgs)
| Parameter | Description | |
| e | Specifies an EventArgs object that contains the event data. |