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