Occurs when the dictionary is loaded.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client.Localization
Assembly:  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);
}

See Also