| Visual Basic (Declaration) | |
|---|---|
Public Event AfterCStore As AfterCStoreDelegate | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As StoreScu Dim handler As AfterCStoreDelegate AddHandler instance.AfterCStore, handler | |
| C# | |
|---|---|
public event AfterCStoreDelegate AfterCStore | |
| Managed Extensions for C++ | |
|---|---|
public: __event AfterCStoreDelegate* AfterCStore | |
| C++/CLI | |
|---|---|
public: event AfterCStoreDelegate^ AfterCStore | |
The event handler receives an argument of type AfterCStoreEventArgs containing data related to this event. The following AfterCStoreEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| FileInfo | Gets the file. |
| Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs) | Gets the SCP. |
| Status | Gets the status. |
For an example refer to Store(DicomScp, string, string, bool).
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code