Skip to main content
A newer version of this page is available. .

CustomizeApplicationRuntimeRulesEventArgs Constructors

Arguments passed to the ValidationModule.CustomizeApplicationRuntimeRules event.
Name Parameters Description
CustomizeApplicationRuntimeRulesEventArgs(XafApplication, List<IRule>, List<IRuleSource>, IObjectSpaceProvider, RuleSet) application, rules, ruleSources, objectSpaceProvider, applicationModelRuleSet Creates a new instance of the CustomizeApplicationRuntimeRulesEventArgs.
See Also