Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ClipboardPastingEventArgs Class
Members


ClipboardPastingEventArgs Class
Represents the event data for the ClipboardPastingEvent event for the Spread component, which occurs when the user invokes the Clipboard paste action.
Syntax
'Declaration
 
Public Class ClipboardPastingEventArgs 
   Inherits System.EventArgs
 
'Usage
 
Dim instance As ClipboardPastingEventArgs
Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.Spread.ClipboardPastingEventArgs

See Also