RemovingCommentEventArgs public class RemovingCommentEventArgs : CancelEventArgs Provides data for the RemovingComment event. Documentation Code public IComment Comment { get; set; } Gets or sets the comment node to be removed. public RemovingCommentEventArgs()