C#
VB
C++
Represents the method that will handle the BeforeCMove event.
public delegate void BeforeCMoveDelegate(
object sender,
BeforeCMoveEventArgs e
)
Public Delegate Sub BeforeCMoveDelegate( _
ByVal sender As Object, _
ByVal e As Leadtools.Dicom.Scu.Common.BeforeCMoveEventArgs _
)
public delegate void BeforeCMoveDelegate(
Object^ sender,
Leadtools.Dicom.Scu.Common.BeforeCMoveEventArgs^ e
)
sender
The source of the event.
e
Additional event data that contains event data.
For an example refer to QueryRetrieveScu.Move(DicomScp, string, string).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET