InterfaceIAsyncDataErrorInfo
Interface
Defines members that data entity classes can implement to provide custom synchronous and asynchronous validation support. Extends INotifyDataErrorInfo and adds an option for synchronous execution of async validation.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public interface IAsyncDataErrorInfo : INotifyDataErrorInfo
Derived Classes:
Inherited Members
Methods
ValidateAsync(string)
Triggers validate logic asynchronously.