Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ClipboardPastedEventArgs Class
Members


In This Topic
    ClipboardPastedEventArgs Class
    In This Topic
    Represents the event data for the ClipboardPasted event for the Spread component, which occurs after the Clipboard paste action.
    Object Model
    ClipboardPastedEventArgs ClassCellRange ClassSheetView Class
    Syntax
    'Declaration
     
    Public Class ClipboardPastedEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As ClipboardPastedEventArgs
    public class ClipboardPastedEventArgs : System.EventArgs 
    Inheritance Hierarchy

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

    See Also