Occurs when the dictionary is loaded.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.Client.LocalizationAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.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); } |