イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Forms.DrawTreeNodeEventArgs 型の引数を受け取りました。次の DrawTreeNodeEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|
| Bounds | Gets the size and location of the System.Windows.Forms.TreeNode to draw. |
| DrawDefault | Gets or sets a value indicating whether the System.Windows.Forms.TreeNode should be drawn by the operating system rather than being owner drawn. |
| Graphics | Gets the System.Drawing.Graphics object used to draw the System.Windows.Forms.TreeNode. |
| Node | Gets the System.Windows.Forms.TreeNode to draw. |
| State | Gets the current state of the System.Windows.Forms.TreeNode to draw. |