GrapeCity.Xaml.SpreadSheet.UI
Undo Method (DragDropUndoAction)


GrapeCity.Xaml.SpreadSheet.UI.UndoRedo Namespace > DragDropUndoAction Class : Undo Method
The parameter to undo the action on.
Undoes the action of the saved information.
Syntax
'Declaration
 
Public Function Undo( _
   ByVal parameter As Object _
) As Boolean
'Usage
 
Dim instance As DragDropUndoAction
Dim parameter As Object
Dim value As Boolean
 
value = instance.Undo(parameter)
public bool Undo( 
   object parameter
)

Parameters

parameter
The parameter to undo the action on.

Return Value

true if the undo action succeeds; otherwise, false.
See Also

Reference

DragDropUndoAction Class
DragDropUndoAction Members