'Usage Dim instance As ClearValueUndoAction Dim parameter As Object Dim value As Boolean value = instance.CanExecute(parameter)
Parameters
- parameter
- Object on which the undo action occurred.
Return Value
true
if this action can be executed; otherwise, false
.