SSRSDocumentSource for WinForms
DrawNode イベント

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

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

プロパティ解説
BoundsGets the size and location of the System.Windows.Forms.TreeNode to draw.  
DrawDefaultGets or sets a value indicating whether the System.Windows.Forms.TreeNode should be drawn by the operating system rather than being owner drawn.  
GraphicsGets the System.Drawing.Graphics object used to draw the System.Windows.Forms.TreeNode.  
NodeGets the System.Windows.Forms.TreeNode to draw.  
StateGets the current state of the System.Windows.Forms.TreeNode to draw.  
参照

C1PreviewOutlineView クラス
C1PreviewOutlineView メンバ