| Visual Basic (Declaration) | |
|---|---|
Public Event BeforeCFind As BeforeCFindDelegate | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As QueryRetrieveScu Dim handler As BeforeCFindDelegate AddHandler instance.BeforeCFind, handler | |
| C# | |
|---|---|
public event BeforeCFindDelegate BeforeCFind | |
| Managed Extensions for C++ | |
|---|---|
public: __event BeforeCFindDelegate* BeforeCFind | |
| C++/CLI | |
|---|---|
public: event BeforeCFindDelegate^ BeforeCFind | |
The event handler receives an argument of type BeforeCFindEventArgs containing data related to this event. The following BeforeCFindEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Dataset | Gets the dataset. |
| Priority | Gets or sets the priority. |
| QueryLevel | Gets the query level. |
| Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs) | Gets the SCP. |
For an example refer to QueryRetrieveScu.Find
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