ActiveReports.Viewer3 Request technical support
DrawNode Event
See Also 


Occurs when a TreeView is drawn and the DrawMode property is set to a TreeViewDrawMode value other than Normal.

Syntax

Visual Basic (Declaration) 
Public Event DrawNode() As DrawTreeNodeEventHandler
Visual Basic (Usage)Copy Code
Dim instance As TOCTree
Dim handler As DrawTreeNodeEventHandler
 
AddHandler instance.DrawNode, handler
C# 
public event DrawTreeNodeEventHandler DrawNode()

See Also