'Declaration Public Overrides Sub Execute( _ ByVal parameter As System.Object _ )
'Usage Dim instance As ClipboardPasteFloatingObjectUndoAction Dim parameter As System.Object instance.Execute(parameter)
public override void Execute( System.object parameter )
Parameters
- parameter
- Data used by the action. If the action does not require data to be passed, this object can be set to null.