C#
VB
C++
Represents the method that will handle the event when a dataset is available for moving.
public delegate void MoveDataSetDelegate(
object sender,
MoveDataSetEventArgs e
)
Public Delegate Sub MoveDataSetDelegate( _
ByVal sender As Object, _
ByVal e As Leadtools.Dicom.Addin.Interfaces.MoveDataSetEventArgs _
)
public delegate void MoveDataSetDelegate(
Object^ sender,
Leadtools.Dicom.Addin.Interfaces.MoveDataSetEventArgs^ e
)
sender
The source of the event.
e
Additional event data.
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