Spread Silverlight Documentation
FloatingObjectPasted Event (GcSpreadSheet)


GrapeCity.Windows.SpreadSheet.UI Namespace > GcSpreadSheet Class : FloatingObjectPasted Event
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
Gets the pasted object.  
Gets the worksheet.  
See Also