Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomCheckCompatibilityEventArgs Constructors

Arguments passed to the XafApplication.CustomCheckCompatibility event.
Name Parameters Description
CustomCheckCompatibilityEventArgs(Boolean, IObjectSpaceProvider, IList<ModuleBase>, String) isCompatibilityChecked, objectSpaceProvider, modules, applicationName Initializes a new instance of the CustomCheckCompatibilityEventArgs class.
See Also