ActiveReports.Web Request technical support
Disposed Event
See Also 


Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested.

Syntax

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

See Also