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