Leadtools.Dicom.Scu Namespace > QueryRetrieveScu Class : AfterCFind Event |
public event AfterCFindDelegate AfterCFind
'Declaration Public Event AfterCFind As AfterCFindDelegate
'Usage Dim instance As QueryRetrieveScu Dim handler As AfterCFindDelegate AddHandler instance.AfterCFind, handler
public event AfterCFindDelegate AfterCFind
add_AfterCFind(function(sender, e)) remove_AfterCFind(function(sender, e))
public: event AfterCFindDelegate^ AfterCFind
The event handler receives an argument of type AfterCFindEventArgs containing data related to this event. The following AfterCFindEventArgs properties provide information specific to this event.
Property | Description |
---|---|
MatchCount | Gets the match count. |
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs) | Gets the SCP. |
Status | Gets the status. |
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