Nevron .NET Vision
Nevron.Dom Namespace / NRemoveElementOperation Class / Undo Method
reference to the history service


In This Topic
    Undo Method (NRemoveElementOperation)
    In This Topic
    Overriden to insert a copy of the element in the composite
    Syntax
    'Declaration
     
    
    Public Overrides Sub Undo( _
       ByVal service As NElementHistoryService _
    ) 
    'Usage
     
    
    Dim instance As NRemoveElementOperation
    Dim service As NElementHistoryService
     
    instance.Undo(service)
    public override void Undo( 
       NElementHistoryService service
    )

    Parameters

    service
    reference to the history service
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also