'Declaration Public Function New( _ ByVal value As Object, _ ByVal formatInfo As CellImageFormatInfo, _ ByVal gridElement As GridElement, _ ByVal image As Image _ )
'Usage Dim value As Object Dim formatInfo As CellImageFormatInfo Dim gridElement As GridElement Dim image As Image Dim instance As New QueryViewerImageEventArgs(value, formatInfo, gridElement, image)
public QueryViewerImageEventArgs( object value, CellImageFormatInfo formatInfo, GridElement gridElement, Image image )
Parameters
- value
- An object representing the value of the underlying cell.
- formatInfo
- A Xceed.Grid.CellImageFormatInfo which provides image formatting information.
- gridElement
- The Xceed.Grid.GridElement associated with the value. The gridElement is usually a Xceed.Grid.Cell or Xceed.Grid.Column and can be a null reference (Nothing in Visual Basic).
- image
- An System.Drawing.Image representing the viewer's image.