Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ClipboardPastingEventArgs Class / ClipboardPastingEventArgs Constructor / ClipboardPastingEventArgs Constructor(ClipboardBehavior)
The behavior.


In This Topic
ClipboardPastingEventArgs Constructor(ClipboardBehavior)
In This Topic
Creates a new object with the ClipboardPasting event arguments.
Syntax
'Declaration
 
Public Function New( _
   ByVal behavior As ClipboardBehavior _
)
 
'Usage
 
Dim behavior As ClipboardBehavior
 
Dim instance As New ClipboardPastingEventArgs(behavior)

Parameters

behavior
The behavior.
See Also