ActiveReports 8
Disposed Event (Section)

Occurs when the section instance is released from memory.
Syntax
'Declaration
 
Public Event Disposed As System.EventHandler
public event System.EventHandler Disposed
Remarks
Resources that require significant processor time, such as database connections, should be released in this event.
See Also

Reference

Section Class
Section Members

Support Forum