Spread Windows Forms 15.0
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
    public event EventHandler TextCut
    See Also