RemovingCommentEventArgs public class RemovingCommentEventArgs : CancelEventArgs Provides data for the RemovingComment event. Documentation Code public IComment Comment { get; } Gets the comment node to be removed. public RemovingCommentEventArgs(IComment comment) Initializes a new instance of the RemovingCommentEventArgs class.