Spread Silverlight Documentation
FloatingObjectPasted Event (GcSpreadSheet)


Occurs when the floating object is pasted.
Syntax
'Declaration
 
Public Event FloatingObjectPasted As System.EventHandler(Of FloatingObjectPastedEventArgs)
'Usage
 
Dim instance As GcSpreadSheet
Dim handler As System.EventHandler(Of FloatingObjectPastedEventArgs)
 
AddHandler instance.FloatingObjectPasted, handler
public event System.EventHandler<FloatingObjectPastedEventArgs> FloatingObjectPasted
Event Data

The event handler receives an argument of type FloatingObjectPastedEventArgs containing data related to this event. The following FloatingObjectPastedEventArgs properties provide information specific to this event.

PropertyDescription
PastedObjectGets the pasted object.  
WorksheetGets the worksheet.  
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.