Leadtools.Medical.Workstation.Client Namespace > StoreClient Class : InstanceStored Event |
public event EventHandler<InstanceStoredEventArgs> InstanceStored
'Declaration Public Event InstanceStored As EventHandler(Of InstanceStoredEventArgs)
'Usage Dim instance As StoreClient Dim handler As EventHandler(Of InstanceStoredEventArgs) AddHandler instance.InstanceStored, handler
public event EventHandler<InstanceStoredEventArgs> InstanceStored
add_InstanceStored(function(sender, e)) remove_InstanceStored(function(sender, e))
public: event EventHandler<InstanceStoredEventArgs^>^ InstanceStored
The event handler receives an argument of type InstanceStoredEventArgs containing data related to this event. The following InstanceStoredEventArgs properties provide information specific to this event.
Property | Description |
---|---|
InstanceDataSetPath | Gets the physical Leadtools.Dicom.DicomDataSet path for the stored instance. |
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