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