'Usage Dim instance As ClipboardPasteUndoAction Dim sender As Object Dim value As Boolean value = instance.CanExecute(sender)
Parameters
- sender
- Object on which the action occurred.
Return Value
true
if this instance can execute the specified sender; otherwise, false
.