Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / UndoManager Class / actionPending Field


In This Topic
    actionPending Field (UndoManager)
    In This Topic
    Specifies whether an action is in progress (to prevent recursion).
    Syntax
    'Declaration
     
    
    Protected actionPending As Boolean
    'Usage
     
    
    Dim instance As UndoManager
    Dim value As Boolean
     
    value = instance.actionPending
     
    instance.actionPending = value
    protected bool actionPending
    See Also