ActiveReports Developer 7
Disposed Event
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > Parameter Class : Disposed Event

Glossary Item Box

Adds an event handler to listen to the Disposed event on the component.

Syntax

Visual Basic (Declaration) 
Public Event Disposed As System.EventHandler
C# 
public event System.EventHandler Disposed

See Also