SSRSDocumentSource for WinForms
DrawSubItem イベント

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

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

プロパティ解説
BoundsGets the size and location of the System.Windows.Forms.ListViewItem.ListViewSubItem to draw.  
ColumnIndexGets the index of the System.Windows.Forms.ListView column in which the System.Windows.Forms.ListViewItem.ListViewSubItem is displayed.  
DrawDefaultGets or sets a value indicating whether the System.Windows.Forms.ListViewItem.ListViewSubItem should be drawn by the operating system instead of owner-drawn.  
GraphicsGets the System.Drawing.Graphics used to draw the System.Windows.Forms.ListViewItem.ListViewSubItem.  
HeaderGets the header of the System.Windows.Forms.ListView column in which the System.Windows.Forms.ListViewItem.ListViewSubItem is displayed.  
ItemGets the parent System.Windows.Forms.ListViewItem of the System.Windows.Forms.ListViewItem.ListViewSubItem to draw.  
ItemIndexGets the index of the parent System.Windows.Forms.ListViewItem of the System.Windows.Forms.ListViewItem.ListViewSubItem to draw.  
ItemStateGets the current state of the parent System.Windows.Forms.ListViewItem of the System.Windows.Forms.ListViewItem.ListViewSubItem to draw.  
SubItemGets the System.Windows.Forms.ListViewItem.ListViewSubItem to draw.  
参照

C1PreviewThumbnailView クラス
C1PreviewThumbnailView メンバ