←Select platform

MppsUpdating Event

Summary

Occurs before updating a Modality performed procedure step instance.

Syntax

C#
VB
C++
public event EventHandler<MppsChangeEventArgs> MppsUpdating 
  
Public Event MppsUpdating As EventHandler(Of MppsChangeEventArgs) 
public: 
event EventHandler<MppsChangeEventArgs^>^ MppsUpdating 

Event Data

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

PropertyDescription
DataSet Gets the MPPSDataset which contains the information about the updated Modality performed procedure step.
SopInstanceUID Gets the SOP Instance UID for updated the Modality performed procedure step.
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.Scp Assembly