Spread Windows Forms 15.0
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.
    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