Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ClipboardCutShapeCommand Class / Undo Method


In This Topic
    Undo Method (ClipboardCutShapeCommand)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function Undo( _
       Optional ByVal fireEvent As Boolean _
    ) As CommandResult
    'Usage
     
    
    Dim instance As ClipboardCutShapeCommand
    Dim fireEvent As Boolean
    Dim value As CommandResult
     
    value = instance.Undo(fireEvent)
    public override CommandResult Undo( 
       bool fireEvent
    )

    Parameters

    fireEvent
    See Also