Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / CustomDropCellType Class / StartEditing Method
EventArgs object with event data
Whether all are selected
Whether to handle the shortcut keys for Clipboard actions


In This Topic
    StartEditing Method (CustomDropCellType)
    In This Topic
    Occurs when the user starts edit mode in the cell.
    Syntax
    'Declaration
     
    
    Public Overrides Sub StartEditing( _
       ByVal e As EventArgs, _
       ByVal selectAll As Boolean, _
       ByVal autoClipboard As Boolean _
    ) 
    'Usage
     
    
    Dim instance As CustomDropCellType
    Dim e As EventArgs
    Dim selectAll As Boolean
    Dim autoClipboard As Boolean
     
    instance.StartEditing(e, selectAll, autoClipboard)
    public override void StartEditing( 
       EventArgs e,
       bool selectAll,
       bool autoClipboard
    )

    Parameters

    e
    EventArgs object with event data
    selectAll
    Whether all are selected
    autoClipboard
    Whether to handle the shortcut keys for Clipboard actions
    See Also