ActiveReports.Viewer3 Request technical support
Load Event
See Also 


Occurs before the control becomes visible for the first time.

Syntax

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

See Also