Occurs when a matching dataset is found.
Syntax
Event Data
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.
|
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also