Leadtools.Dicom.Scp.Command Namespace > MppsNCreateCommand Class : MppsCreated Event |
public event EventHandler<MppsChangeEventArgs> MppsCreated
'Declaration Public Event MppsCreated As EventHandler(Of MppsChangeEventArgs)
'Usage Dim instance As MppsNCreateCommand Dim handler As EventHandler(Of MppsChangeEventArgs) AddHandler instance.MppsCreated, handler
public: event EventHandler<MppsChangeEventArgs^>^ MppsCreated
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.
Property | Description |
---|---|
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. |