[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ClipboardPastingEventArgs

ClipboardPastingEventArgs Class

Represents the event data for the ClipboardPastingEvent event for the Spread component, which occurs when the user invokes the Clipboard paste action.

Inheritance
ClipboardPastingEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class ClipboardPastingEventArgs : EventArgs
Public Class ClipboardPastingEventArgs
    Inherits EventArgs

Constructors

Name Description
ClipboardPastingEventArgs()

Creates a new object with the ClipboardPasting event arguments.

ClipboardPastingEventArgs(ClipboardBehavior)

Creates a new object with the ClipboardPasting event arguments.

Properties

Name Description
Behavior

Gets the behavior.

Handled

Gets or sets whether the paste was handled or the default paste action should be performed.