Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / OnEditTextPasting Method
Object that raised the event
Event arguments


In This Topic
OnEditTextPasting Method (SuperEditBase)
In This Topic
Raises the EditTextPasting event.
Syntax
'Declaration
 
Protected Overridable Sub OnEditTextPasting( _
   ByVal sender As Object, _
   ByVal e As CancelEventArgs _
) 
 
'Usage
 
Dim instance As SuperEditBase
Dim sender As Object
Dim e As CancelEventArgs
 
instance.OnEditTextPasting(sender, e)

Parameters

sender
Object that raised the event
e
Event arguments
See Also