Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ClipboardPastingEventArgs Class
Members


In This Topic
    ClipboardPastingEventArgs Class
    In This Topic
    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
    public class ClipboardPastingEventArgs : System.EventArgs 
    Inheritance Hierarchy

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

    See Also