Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / OnEditTextCut Method
Source of event
Event data


In This Topic
OnEditTextCut Method (FpCombo)
In This Topic
Raises the edit text cut event.
Syntax
'Declaration
 
Protected Overrides Sub OnEditTextCut( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As FpCombo
Dim sender As Object
Dim e As EventArgs
 
instance.OnEditTextCut(sender, e)

Parameters

sender
Source of event
e
Event data
See Also