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


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

    Parameters

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