FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ClipboardPastedEventArgs Class
Members


ClipboardPastedEventArgs Class
Represents the event data for the ClipboardPasted event for the Spread component, which occurs after the Clipboard paste action.
Syntax
'Declaration
 
Public Class ClipboardPastedEventArgs 
   Inherits System.EventArgs
 
'Usage
 
Dim instance As ClipboardPastedEventArgs
Inheritance Hierarchy

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

See Also