Nevron .NET Vision
Nevron.Diagram Namespace / NDiagramElement Class / RecordAction Method
human readable operation description


In This Topic
    RecordAction Method (NDiagramElement)
    In This Topic
    Records an action
    Syntax
    'Declaration
     
    
    Protected Overridable Sub RecordAction( _
       ByVal description As System.String _
    ) 
    'Usage
     
    
    Dim instance As NDiagramElement
    Dim description As System.String
     
    instance.RecordAction(description)
    protected virtual void RecordAction( 
       System.string description
    )

    Parameters

    description
    human readable operation description
    Remarks
    When the operation is undone or redone history will call the OnHistoryAction method of the element
    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