StoringDataSet Event

Summary

Occurs before storing a DICOM DataSet.

Syntax
C#
VB
C++
public event EventHandler<DataSetStoringEventArgs> StoringDataSet 
  
Public Event StoringDataSet As EventHandler(Of DataSetStoringEventArgs) 
public: 
event EventHandler<DataSetStoringEventArgs^>^ StoringDataSet 

Event Data

The event handler receives an argument of type DataSetStoringEventArgs containing data related to this event. The following DataSetStoringEventArgs properties provide information specific to this event.

PropertyDescription
DataSet Gets the Leadtools.Dicom.DicomDataSet which will be stored.
Handled Gets or sets a value indicating if the user received the event handled storing the Leadtools.Dicom.DicomDataSet.
SopClassUID Gets the SOP Class UID for the dataset to be stored.
SopInstanceUID Gets the SOP instance UID for the dataset to be stored.

Requirements

Target Platforms

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

Leadtools.Dicom.Scp Assembly