Nevron .NET Vision
Nevron.Diagram Namespace / NDocument Class / OnHistoryAction Method
action name, which was passed when the action was recorded


In This Topic
    OnHistoryAction Method (NDocument)
    In This Topic
    Called to perform a history action
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnHistoryAction( _
       ByVal action As System.String _
    ) 
    'Usage
     
    
    Dim instance As NDocument
    Dim action As System.String
     
    instance.OnHistoryAction(action)
    public virtual void OnHistoryAction( 
       System.string action
    )

    Parameters

    action
    action name, which was passed when the action was recorded
    Remarks
    Do not call this method directly
    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