Click or drag to resize

ModelStateValidation_CollectionChanged Method

[Missing <summary> documentation for "M:SOWIData.Helper.ModelState.Validation_CollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)"]

Namespace:  SOWIData.Helper
Assembly:  SOWIData.Helper (in SOWIData.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
private void Validation_CollectionChanged(
	Object sender,
	NotifyCollectionChangedEventArgs e
)

Parameters

sender
Type: SystemObject

[Missing <param name="sender"/> documentation for "M:SOWIData.Helper.ModelState.Validation_CollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)"]

e
Type: System.Collections.SpecializedNotifyCollectionChangedEventArgs

[Missing <param name="e"/> documentation for "M:SOWIData.Helper.ModelState.Validation_CollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)"]

See Also