A_AssociateEventHandler Delegate
Represents the method that will handle the A_AssociateEvent.
[Visual Basic]
Public Delegate Sub A_AssociateEventHandler( _
ByVal
associate As
A_Associate _
)
[C#]
public delegate void A_AssociateEventHandler(
A_Associate associate);
Parameters
-
associate
- The A_Associate object.
Requirements
Namespace:
dcmNET
Assembly: dcmNET (in dcmNET.dll)
See Also
dcmNET Namespace