public void RemovePreviewDetailsItem(PropertyListEntry property) { if (IsSelectedProfileWritable) { SelectedProfile.RemovePreviewDetailsProperty(property); IsDirty = true; } }