ActiveReports3 Request technical support
Disposed Event
See Also 


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

Syntax

Visual Basic (Declaration) 
Public Event Disposed() As EventHandler
Visual Basic (Usage)Copy Code
Dim instance As Parameter
Dim handler As EventHandler
 
AddHandler instance.Disposed, handler
C# 
public event EventHandler Disposed()

See Also