Class ValidatingEventArgs
Inheritance
System.Object
ValidatingEventArgs
Namespace: Telerik.UI.Xaml.Controls.Primitives
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ValidatingEventArgs : EventArgs
Constructors
ValidatingEventArgs(IList<Object>)
Declaration
public ValidatingEventArgs(IList<object> errors)
Parameters
|
System.Collections.Generic.IList<System.Object>
errors
|
Properties
Errors
Declaration
public IList<object> Errors { get; }
Property Value
|
System.Collections.Generic.IList<System.Object>
|