| Dlx Events | 
The Dlx type exposes the following members.
 Events
Events| Name | Description | |
|---|---|---|
|  | Cancelled | 
            Occurs when the caller requests cancellation via the CancellationToken passed to Dlx(CancellationToken).
             | 
|  | Finished | 
            Occurs once when the internal search algorithm finishes.
             | 
|  | SearchStep | 
            Occurs for each set of rows considered by the internal search algorithm.
             | 
|  | SolutionFound | 
            Occurs for each solution found to the exact cover problem.
             | 
|  | Started | 
            Occurs once when the internal search algorithm starts.
             | 
 See Also
See Also