[Visual Basic]
Public Event PostDraw() As CustomDrawEventHandler
[C#]
public event CustomDrawEventHandler PostDraw();
The event handler receives an argument of type CustomDrawEventArgs containing data related to this event. The following CustomDrawEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Drawer | Returns the IDrawer object used for the custom draw event arguments for the chart. |
DrawCustomizableItem Class | DrawCustomizableItem Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.