C_CancelEventHandler Delegate
Represents the method that will handle the C_Cancel.
[Visual Basic]
Public Delegate Sub C_CancelEventHandler( _
ByVal
dimseservice As
DimseService _
)
[C#]
public delegate void C_CancelEventHandler(
DimseService dimseservice);
Parameters
-
dimseservice
- A DimseService object
Requirements
Namespace:
dcmNET
Assembly: dcmNET (in dcmNET.dll)
See Also
dcmNET Namespace