Occurs when the dictionary is loaded.

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

See Also