In The Hand LtdIn The Hand
DrawListViewItemEventArgs Constructor (graphics, item, bounds, itemIndex, state)
NamespacesInTheHand.Windows.FormsDrawListViewItemEventArgsDrawListViewItemEventArgs(Graphics, ListViewItem, Rectangle, Int32, ListViewItemStates)
.NET Components for Mobility
Initializes a new instance of the DrawListViewItemEventArgs class.
Declaration Syntax
C#Visual Basic
public DrawListViewItemEventArgs(
	Graphics graphics,
	ListViewItem item,
	Rectangle bounds,
	int itemIndex,
	ListViewItemStates state
)
Public Sub New ( _
	graphics As Graphics, _
	item As ListViewItem, _
	bounds As Rectangle, _
	itemIndex As Integer, _
	state As ListViewItemStates _
)
Parameters
graphics (Graphics)
The Graphics surface on which to draw.
item (ListViewItem)
The ListViewItem to draw.
bounds (Rectangle)
The Rectangle within which to draw.
itemIndex (Int32)
The index of the ListViewItem within the Items collection.
state (ListViewItemStates)
A bitwise combination of ListViewItemStates values indicating the current state of the ListViewItem to draw.

Assembly: InTheHand.Windows.Forms (Module: InTheHand.Windows.Forms) Version: 7.0.0.0