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

Syntax

C#
public event EventHandler<AsyncCompletedEventArgs> OpenCompleted
Visual Basic (Declaration)
Public Event OpenCompleted As EventHandler(Of AsyncCompletedEventArgs)
Visual C++
public:
 event EventHandler<AsyncCompletedEventArgs^>^ OpenCompleted {
	void add (EventHandler<AsyncCompletedEventArgs^>^ value);
	void remove (EventHandler<AsyncCompletedEventArgs^>^ value);
}

See Also