Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ClipboardPasting Event


In This Topic
    ClipboardPasting Event
    In This Topic
    Occurs when the user pastes from the clipboard.
    Syntax
    'Declaration
     
    
    Public Event ClipboardPasting As ClipboardPastingEventHandler
    'Usage
     
    
    Dim instance As FpSpread
    Dim handler As ClipboardPastingEventHandler
     
    AddHandler instance.ClipboardPasting, handler
    public event ClipboardPastingEventHandler ClipboardPasting
    Event Data

    The event handler receives an argument of type ClipboardPastingEventArgs containing data related to this event. The following ClipboardPastingEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the behavior.  
    Gets or sets whether the paste was handled or the default paste action should be performed.  
    See Also