Parameters of the event which occurs when report is loaded.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public class DocumentLoadedEventArgs : EventArgs
Visual Basic (Declaration)
Public Class DocumentLoadedEventArgs _
	Inherits EventArgs
Visual C++
public ref class DocumentLoadedEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    PerpetuumSoft.Reporting.Silverlight.Client..::.DocumentLoadedEventArgs

See Also