ActiveReports.Chart Request technical support
PostDraw Event
See Also 


For internal use only.

Syntax

Visual Basic (Declaration) 
Public Event PostDraw() As CustomDrawEventHandler
Visual Basic (Usage)Copy Code
Dim instance As DrawCustomizableItem
Dim handler As CustomDrawEventHandler
 
AddHandler instance.PostDraw, handler
C# 
public event CustomDrawEventHandler PostDraw()

See Also