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


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

    Parameters

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