Skip to main content
A newer version of this page is available. .

CustomDrawRowValueCellEventArgs Constructors

Provides data for the VGridControlBase.CustomDrawRowValueCell event.
Name Parameters Description
CustomDrawRowValueCellEventArgs(GraphicsCache, RowValueInfo) cache, rv 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