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