| Visual Basic (Declaration) | |
|---|---|
Public Event MatchSeries As MatchSeriesDelegate | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As QueryRetrieveScu Dim handler As MatchSeriesDelegate AddHandler instance.MatchSeries, handler | |
| C# | |
|---|---|
public event MatchSeriesDelegate MatchSeries | |
| Managed Extensions for C++ | |
|---|---|
public: __event MatchSeriesDelegate* MatchSeries | |
| C++/CLI | |
|---|---|
public: event MatchSeriesDelegate^ MatchSeries | |
Copy Code