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