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