public bool OnUpdateArchiveWithRamp(object args) { TMItemProperties itemProps = args as TMItemProperties; if (itemProps != null) { itemProps.Visible = !(MiscUtils.IsMono); itemProps.Update = true; return true; } return false; }