Delegate CommentEventHandler

CommentEventHandler delegate

Represents the method that intend to handle comment events.

public delegate void CommentEventHandler(object sender, CommentEventArgs e);
ParameterTypeDescription
senderObjectThe source of the event.
eCommentEventArgsThe event argument.

See Also