Click or drag to resize

ProblemEventArgs Constructor

Initializes a new instance of the ProblemEventArgs class.

Namespace:  Atalasoft.Shared.Validation
Assembly:  Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ProblemEventArgs(
	BaseProblem problem
)

Parameters

problem
Type: Atalasoft.Shared.ValidationBaseProblem
The problem.
See Also