Spread Windows Forms 15.0
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)
    protected override void OnEditTextCut( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    Source of event
    e
    Event data
    See Also