private void UpdateList(ChangeEvent <int> changeEvent) { ListElement.Unbind(); ListElement.ListProperty.serializedObject.UpdateIfRequiredOrScript(); ListElement.ListProperty.serializedObject.ApplyModifiedProperties(); ListElement.Bind(ListElement.ListProperty.serializedObject); changeEvent.StopImmediatePropagation(); }