ActiveReports.Viewer3 Request technical support
Shown Event
See Also 


Occurs whenever the form is first displayed.

Syntax

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

See Also