ValidationProviderNotifyErrorInView Method

Allows validation errors that occur in the view to be transferred to this entity. Use for NotifyErrorInView(String, Object).

Definition

Namespace: Aliquo.Windows.Base
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public 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