• HOME
  • PRODUCTS
  • DEMOS
  • BUY
  • BLOG
  • FORUM
  • DOCUMENTATION
  • ABOUT
  • FREE EVALUATION
Search Results for

    Show / Hide Table of Contents

    IUpdate Interface

    Definition

    Namespace: Alternet.Common
    Assembly: Alternet.Common.v8.dll

    Represents properties and methods of updateable objects.

    Syntax
    public interface IUpdate

    Properties

    UpdateCount

    When implemented by a class, keeps track of calls to BeginUpdate and EndUpdate so that they can be nested.

    Methods

    BeginUpdate()

    When implemented by a class, prevents object state updating until calling EndUpdate method.

    DisableUpdate()

    When implemented by a class, prevents object state updating until calling EnableUpdate method.

    EnableUpdate()

    When implemented by a class, re-enables object state updating, that was turn of by calling DisableUpdate method. Using DisableUpdate/EnableUpdate to prevent notifying about updating the object state.

    EndUpdate()

    When implemented by a class, re-enables object state updating, that was turn of by calling BeginUpdate method.

    Update()

    When implemented by a class, updates an object state.

    In This Article
    Back to top Copyright AlterNET Software Download PDF