This event will be called when a comment section has been read.
The event handler receives an argument of type CommentReadEventArgs containing data related to this event. The following CommentReadEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Comment | The comment that has been read, including comment characters. |
| Content | The content of the comment. |
| LineComment | Determines if it is a line or block comment. |