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

CustomDrawRowEventArgs Constructors

Serves as a base for classes providing data for all events used to custom paint row elements.
Name Parameters Description
CustomDrawRowEventArgs(GraphicsCache, Rectangle, AppearanceObject, BaseRow) cache, r, appearance, row Initializes a new instance of the CustomDrawRowEventArgs class.
CustomDrawRowEventArgs(GraphicsCache, Rectangle, AppearanceObject, RowProperties) cache, r, appearance, properties Initializes a new instance of the CustomDrawRowEventArgs class with the specified settings.
See Also