'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 QueryEditorBoundsEventArgs(control, cell, bounds)
Parameters
- control
- The System.Windows.Forms.Control used to edit the cell's content.
- cell
- The Xceed.Grid.Cell to edit.
- bounds
- A System.Drawing.Rectangle structure representing the bounds of the editor.