BeforeCStoreDelegate Delegate

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

Parameters

sender
The source of the event.

e
Additional event data that contains event data.

Example

For an example refer to StoreScu.Store(DicomScp, string, string, bool).

Requirements

Target Platforms

See Also

Reference

BeforeCStoreDelegate 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.