RemovingTagEventArgs public class RemovingTagEventArgs : CancelEventArgs Provides data for the RemovingTag event. Documentation Code public RemoveReason Reason { get; set; } Gets or sets the reason why the tag will be removed public IElement Tag { get; set; } Gets or sets the tag to be removed. public RemovingTagEventArgs()