ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews.Xml Namespace / XmlExtensions Class / EndUpdate Method
The node that is the root of a tree where massive changes have been made since the BeginUpdate call.

In This Topic
    EndUpdate Method (XmlExtensions)
    In This Topic
    Ends notification suspension started with BeginUpdate.
    Syntax
    'Declaration
     
    
    Public Shared Sub EndUpdate( _
       ByVal node As System.Xml.Linq.XContainer _
    ) 
    public static void EndUpdate( 
       System.Xml.Linq.XContainer node
    )

    Parameters

    node
    The node that is the root of a tree where massive changes have been made since the BeginUpdate call.
    See Also