Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ClipboardPastingEventArgs Class / Handled Property


In This Topic
Handled Property (ClipboardPastingEventArgs)
In This Topic
Gets or sets whether the paste was handled or the default paste action should be performed.
Syntax
'Declaration
 
Public Property Handled As Boolean
 
'Usage
 
Dim instance As ClipboardPastingEventArgs
Dim value As Boolean
 
instance.Handled = value
 
value = instance.Handled
See Also