FarPoint.Win.Spread
ClipboardPastingEventArgs Class
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : 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

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

Inheritance Hierarchy

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

See Also