​
​
​

Raises the CommentCreated event.

​ Introduced: 30.0.

OnCommentCreated(CommentEventArgs)

​protected virtual void OnCommentCreated(CommentEventArgs e);
​Protected Overridable Sub OnCommentCreated(ByVal e As CommentEventArgs)

Parameters

Parameter Description
e Specifies an CommentEventArgs object that contains the event data.
​