DataSource for Entity Framework in WPF
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 XmlExtensions.BeginUpdate call.

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

    Parameters

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