Leadtools.Dicom.Scp.Command Namespace > MppsNCreateCommand Class : MppsCreating Event |
public event EventHandler<MppsChangeEventArgs> MppsCreating
'Declaration Public Event MppsCreating As EventHandler(Of MppsChangeEventArgs)
'Usage Dim instance As MppsNCreateCommand Dim handler As EventHandler(Of MppsChangeEventArgs) AddHandler instance.MppsCreating, handler
public event EventHandler<MppsChangeEventArgs> MppsCreating
add_MppsCreating(function(sender, e)) remove_MppsCreating(function(sender, e))
public: event EventHandler<MppsChangeEventArgs^>^ MppsCreating
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2