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


In This Topic
    Undo Method (NInsertElementOperation)
    In This Topic
    Overriden to remove the element from the composite to which it was added
    Syntax
    'Declaration
     
    
    Public Overrides Sub Undo( _
       ByVal service As NElementHistoryService _
    ) 
    'Usage
     
    
    Dim instance As NInsertElementOperation
    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