Report page loading event parameters.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    PerpetuumSoft.ReportingServices.Viewer.Client..::.PageLoadedEventArgs

See Also