Namespace:
PerpetuumSoft.ReportingServices.Viewer.Client.ReportService
Assembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Assembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public event EventHandler<AsyncCompletedEventArgs> InitCompleted |
Visual Basic (Declaration) |
---|
Public Event InitCompleted As EventHandler(Of AsyncCompletedEventArgs) |
Visual C++ |
---|
public: event EventHandler<AsyncCompletedEventArgs^>^ InitCompleted { void add (EventHandler<AsyncCompletedEventArgs^>^ value); void remove (EventHandler<AsyncCompletedEventArgs^>^ value); } |