Occurs when the page is loaded.
Namespace:
PerpetuumSoft.Reporting.Silverlight.ClientAssembly: PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public event EventHandler Loaded |
Visual Basic (Declaration) |
---|
Public Event Loaded As EventHandler |
Visual C++ |
---|
public: event EventHandler^ Loaded { void add (EventHandler^ value); void remove (EventHandler^ value); } |