Interface IViewModelModel

    • Method Detail

      • beginInitialization

        void beginInitialization()
        Sets the model initialization flag which means that all model operations performed before endInitialization() will not invoke notification events.
      • endInitialization

        void endInitialization()
        Resets the model initialization flag that is set by beginInitialization().