Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / OnEditTextPasted Method
Source object of the event
CancelEventArgs object that contains the event data


In This Topic
    OnEditTextPasted Method (GeneralEditor)
    In This Topic
    Internal use only. Occurs when the edit text is pasted.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnEditTextPasted( _
       ByVal sender As Object, _
       ByVal e As CancelEventArgs _
    ) 
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim sender As Object
    Dim e As CancelEventArgs
     
    instance.OnEditTextPasted(sender, e)
    protected override void OnEditTextPasted( 
       object sender,
       CancelEventArgs e
    )

    Parameters

    sender
    Source object of the event
    e
    CancelEventArgs object that contains the event data
    See Also