| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub MatchInstanceDelegate( _ ByVal sender As Object, _ ByVal e As MatchEventArgs(Of CompositeObjectInstance) _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As New MatchInstanceDelegate(AddressOf HandlerMethod) | |
| C# | |
|---|---|
public delegate void MatchInstanceDelegate( object sender, MatchEventArgs<CompositeObjectInstance> e ) | |
| Managed Extensions for C++ | |
|---|---|
public: __gc __delegate void MatchInstanceDelegate( Object* sender, MatchEventArgs<CompositeObjectInstance*>* e ) | |
| C++/CLI | |
|---|---|
public delegate void MatchInstanceDelegate( Object^ sender, MatchEventArgs<CompositeObjectInstance^>^ e ) | |
Parameters
- sender
- The source of the event.
- e
- Additional event data that contains event data.
For an example refer to QueryRetrieveScu.Find(DicomScp, FindQuery,bool,string).
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7