SSRSDocumentSource for WinForms
DrawItem イベント

構文
'宣言
 
Public Event DrawItem As System.Windows.Forms.DrawListViewItemEventHandler
public event System.Windows.Forms.DrawListViewItemEventHandler DrawItem
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Forms.DrawListViewItemEventArgs 型の引数を受け取りました。次の DrawListViewItemEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
BoundsGets the size and location of the System.Windows.Forms.ListViewItem to draw.  
DrawDefaultGets or sets a property indicating whether the System.Windows.Forms.ListView control will use the default drawing for the System.Windows.Forms.ListViewItem.  
GraphicsGets the System.Drawing.Graphics used to draw the System.Windows.Forms.ListViewItem.  
ItemGets the System.Windows.Forms.ListViewItem to draw.  
ItemIndexGets the index of the System.Windows.Forms.ListViewItem within the System.Windows.Forms.ListView.Items collection of the containing System.Windows.Forms.ListView.  
StateGets the current state of the System.Windows.Forms.ListViewItem to draw.  
参照

C1PreviewThumbnailView クラス
C1PreviewThumbnailView メンバ