GrapeCity.Windows.SpreadSheet.UI Namespace > GcSpreadSheet Class : FloatingObjectPasted Event |
'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
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 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