The event handler receives an argument of type System.Windows.Forms.DrawTreeNodeEventArgs containing data related to this event. The following DrawTreeNodeEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| 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. |