Skip to main content
.NET 6.0+

CustomIsEmptyValueEventArgs Constructors

Arguments passed to the RuleSet.CustomIsEmptyValue event.
Name Parameters Description
CustomIsEmptyValueEventArgs(Object, String, Object, IServiceProvider) targetObject, propertyName, propertyValue, serviceProvider Initializes a new instance of the CustomIsEmptyValueEventArgs class with specified settings.
CustomIsEmptyValueEventArgs(Object, String, Object) targetObject, propertyName, propertyValue Initializes a new instance of the CustomIsEmptyValueEventArgs class.
See Also