GrapeCity.Xaml.SpreadSheet.UI Namespace > GcSpreadSheet Class : FloatingObjectPasted Event |
'Declaration Public Event FloatingObjectPasted As EventHandler(Of FloatingObjectPastedEventArgs)
'Usage Dim instance As GcSpreadSheet Dim handler As EventHandler(Of FloatingObjectPastedEventArgs) AddHandler instance.FloatingObjectPasted, handler
public event EventHandler<FloatingObjectPastedEventArgs> FloatingObjectPasted
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.
Property | Description |
---|---|
PastedObject | Gets the pasted object. |
Worksheet | Gets the worksheet. |
Target Platforms: Windows Server 2012, Windows RT