Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Viewers Namespace / CellViewerEventArgs Class / CellViewerEventArgs Constructor
The System.Windows.Forms.Control used to view the content of the cell.
The Xceed.Grid.Cell whose content is displayed.


In This Topic
    CellViewerEventArgs Constructor
    In This Topic
    Initializes a new instance of the CellViewerEventArgs specifying the cell whose content is displayed as well as the control used to view it.
    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 CellViewerEventArgs(control, cell)
    public CellViewerEventArgs( 
       Control control,
       Cell cell
    )

    Parameters

    control
    The System.Windows.Forms.Control used to view the content of the cell.
    cell
    The Xceed.Grid.Cell whose content is displayed.
    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