​
​
​

Occurs when the current input position has been moved to a position that belongs to a commented piece of text. The event handler receives an argument of type CommentEventArgs containing data related to this event.

​ Introduced: 30.0.

Syntax

​public event CommentEventHandler CommentedTextEntered;
​Public Event CommentedTextEntered As CommentEventHandler
​