Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Editors Namespace / CellEditorEventArgs Class / CellEditorEventArgs Constructor / CellEditorEventArgs Constructor(Control,Cell)
The Control used to edit the cell's content.
The Xceed.Grid.Cell currently being edited.


In This Topic
    CellEditorEventArgs Constructor(Control,Cell)
    In This Topic
    Initializes a new instance of the CellEditorEventArgs class specifying the Xceed.Grid.Cell currently being edited as well as the Control used to edit the cell's content.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal control As Control, _
       ByVal cell As Cell _
    )
    'Usage
     
    Dim control As Control
    Dim cell As Cell
     
    Dim instance As New CellEditorEventArgs(control, cell)
    public CellEditorEventArgs( 
       Control control,
       Cell cell
    )

    Parameters

    control
    The Control used to edit the cell's content.
    cell
    The Xceed.Grid.Cell currently being edited.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also