INotifyDataErrorInViewNotifyErrorInView Method

Allows validation errors that occur in the view to be transferred to the feature class.

Definition

Namespace: Aliquo.Windows.Base
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void NotifyErrorInView(
	string propertyName,
	Object errorContent
)

Parameters

propertyName  String
Property name.
errorContent  Object
Text or object containing information about the error or invalidity to be added for the property; O well, to remove property notifications

See Also