FarPoint.Win.Spread
ClipboardPastedEventArgs Class
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : ClipboardPastedEventArgs Class


Represents the event data for the ClipboardPasted event for the Spread component, which occurs after the Clipboard paste action.

Object Model



Syntax

Visual Basic (Declaration) 
Public Class ClipboardPastedEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As ClipboardPastedEventArgs
C# 
public class ClipboardPastedEventArgs : EventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.Spread.ClipboardPastedEventArgs

See Also