Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / DeleteChildObjectUndoAction Class / PerformUndoAction Method
The object


In This Topic
    PerformUndoAction Method (DeleteChildObjectUndoAction)
    In This Topic
    Deletes the child.
    Syntax
    'Declaration
     
    
    Public Overrides Function PerformUndoAction( _
       ByVal sender As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As DeleteChildObjectUndoAction
    Dim sender As Object
    Dim value As Boolean
     
    value = instance.PerformUndoAction(sender)
    public override bool PerformUndoAction( 
       object sender
    )

    Parameters

    sender
    The object

    Return Value

    Boolean: true if successful; otherwise, false
    See Also