| Visual Basic (Declaration) | |
|---|---|
Public Event ReceiveNGetResponse As ReceiveNGetResponseDelegate | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomRequest Dim handler As ReceiveNGetResponseDelegate AddHandler instance.ReceiveNGetResponse, handler | |
| C# | |
|---|---|
public event ReceiveNGetResponseDelegate ReceiveNGetResponse | |
| C++/CLI | |
|---|---|
public: event ReceiveNGetResponseDelegate^ ReceiveNGetResponse | |
Copy Code