Skip to main content

CustomDrawRowValueCellEventArgs Constructors

Provides data for the VGridControlBase.CustomDrawRowValueCell event.
Name Parameters Description
CustomDrawRowValueCellEventArgs(GraphicsCache, RowValueInfo) cache, rowValueInfo Initializes a new instance of the CustomDrawRowValueCellEventArgs class with the specified settings.
CustomDrawRowValueCellEventArgs(GraphicsCache, Rectangle, AppearanceObject, RowProperties, Int32, Int32, Object, String) cache, r, appearance, properties, recordIndex, cellIndex, cellValue, cellText Initializes a new instance of the CustomDrawRowValueCellEventArgs class with the specified settings.
See Also