MovedDelegate Delegate

Summary
Represents the method that will handle the Moved event.
Syntax
C#
VB
C++
public delegate void MovedDelegate( 
   object sender, 
   MovedEventArgs e 
) 
  
Public Delegate Sub MovedDelegate( _ 
   ByVal sender As Object, _ 
   ByVal e As MovedEventArgs _ 
)  
public delegate void MovedDelegate(  
   Object^ sender, 
   MovedEventArgs^ e 
) 

Parameters

sender
The source of the event.

e
Additional event data that contains event data.

Example

For an example refer to QueryRetrieveScu.Move(DicomScp, string, string).

Requirements

Target Platforms

See Also

Reference

MovedDelegate Members

Leadtools.Dicom.Scu.Common Namespace

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.