Nevron .NET Vision
Nevron.Dom Namespace / NElementHistoryService Class / RecordOperation Method
operation to record


In This Topic
    RecordOperation Method (NElementHistoryService)
    In This Topic
    Records the specified operation in the Undo stack
    Syntax
    'Declaration
     
    
    Public Overridable Sub RecordOperation( _
       ByVal operation As NOperation _
    ) 
    'Usage
     
    
    Dim instance As NElementHistoryService
    Dim operation As NOperation
     
    instance.RecordOperation(operation)
    public virtual void RecordOperation( 
       NOperation operation
    )

    Parameters

    operation
    operation to record
    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