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> CloseCompleted |
Visual Basic (Declaration) |
---|
Public Event CloseCompleted As EventHandler(Of AsyncCompletedEventArgs) |
Visual C++ |
---|
public: event EventHandler<AsyncCompletedEventArgs^>^ CloseCompleted { void add (EventHandler<AsyncCompletedEventArgs^>^ value); void remove (EventHandler<AsyncCompletedEventArgs^>^ value); } |