Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / OnEditTextCut Method
Object that raised the event
Event arguments


In This Topic
    OnEditTextCut Method (SuperEditBase)
    In This Topic
    Raises the EditTextCut event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnEditTextCut( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim sender As Object
    Dim e As EventArgs
     
    instance.OnEditTextCut(sender, e)
    protected virtual void OnEditTextCut( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    Object that raised the event
    e
    Event arguments
    See Also