GrapeCity.Xaml.SpreadSheet.UI
FloatingObjectPasted Event (SheetView)


Occurs when [floating object pasted].
Syntax
'Declaration
 
Public Event FloatingObjectPasted As EventHandler(Of FloatingObjectPastedEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As EventHandler(Of FloatingObjectPastedEventArgs)
 
AddHandler instance.FloatingObjectPasted, handler
public event 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
PastedObject Gets the pasted object.  
Worksheet Gets the worksheet.  
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options