Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / TextCut Event


In This Topic
TextCut Event
In This Topic
Occurs when text is cut from the control.
Syntax
'Declaration
 
Public Event TextCut As EventHandler
 
'Usage
 
Dim instance As SEditTextBox
Dim handler As EventHandler
 
AddHandler instance.TextCut, handler
See Also