DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / DeferRefresh Method

In This Topic
    DeferRefresh Method
    In This Topic
    Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh.
    Syntax
    'Declaration
     
    Public Function DeferRefresh() As IDisposable
    public IDisposable DeferRefresh()

    Return Value

    An System.IDisposable object that you can use to dispose of the calling object.
    Exceptions
    ExceptionDescription
    The exception that is thrown when a method call is invalid for the object's current state.
    See Also