Leadtools.Dicom.AddIn.Interfaces Namespace > IProcessCFind Interface : MatchFound Event |
event MatchFoundDelegate MatchFound
'Declaration Event MatchFound As MatchFoundDelegate
'Usage Dim instance As IProcessCFind Dim handler As MatchFoundDelegate AddHandler instance.MatchFound, handler
event MatchFoundDelegate^ MatchFound
The event handler receives an argument of type MatchFoundEventArgs containing data related to this event. The following MatchFoundEventArgs properties provide information specific to this event.
Property | Description |
---|---|
DataSet | Gets the matched dataset. |
Warning | Gets or sets a value indicating whether there is a warning with this C-FIND-REQ match. |