GoDiagram Web Reference
ClipboardPasted Event

The event that is raised after the user has pasted a copy of the clipboard into this document.
Syntax
'Declaration
 
<DescriptionAttribute("The user has pasted a copy of the clipboard into this view's document")>
<CategoryAttribute("GoView")>
Public Event ClipboardPasted As EventHandler
[DescriptionAttribute("The user has pasted a copy of the clipboard into this view's document")]
[CategoryAttribute("GoView")]
public event EventHandler ClipboardPasted
Remarks
The newly copied objects that have been added by deserializing from the clipboard to this document are held in the Selection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoView Class
GoView Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback