←Select platform

BeforeCMoveDelegate Delegate

Summary

Represents the method that will handle the BeforeCMove event.

Syntax

C#
VB
C++
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 
) 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly