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) Provides data for the RemovingComment event.