Visual Basic (Declaration) | |
---|---|
Public Event SeriesLoadingCompleted As EventHandler(Of LoadSeriesEventArgs) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As WorkstationViewer Dim handler As EventHandler(Of LoadSeriesEventArgs) AddHandler instance.SeriesLoadingCompleted, handler |
C# | |
---|---|
public event EventHandler<LoadSeriesEventArgs> SeriesLoadingCompleted |
Managed Extensions for C++ | |
---|---|
public: __event EventHandler<LoadSeriesEventArgs*>* SeriesLoadingCompleted |
C++/CLI | |
---|---|
public: event EventHandler<LoadSeriesEventArgs^>^ SeriesLoadingCompleted |
The event handler receives an argument of type LoadSeriesEventArgs containing data related to this event. The following LoadSeriesEventArgs properties provide information specific to this event.
Property | Description |
---|---|
LoadedSeries | Gets the series information. |
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7