'Declaration Public Function New( _ ByVal control As Control, _ ByVal cell As Cell, _ ByVal bounds As Rectangle _ )
'Usage Dim control As Control Dim cell As Cell Dim bounds As Rectangle Dim instance As New QueryViewerControlBoundsEventArgs(control, cell, bounds)
Parameters
- control
- The System.Windows.Forms.Control used to view the cell's content.
- cell
- The Xceed.Grid.Cell whose content is being displayed.
- bounds
- A System.Drawing.Rectangle structure representing the bounds of the control.