ClassItemValidatingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class ItemValidatingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsItemValidatingEventArgs
Inherited Members
Constructors
ItemValidatingEventArgs(RadLabel, RadLabel, ErrorProvider, RadRangeAttribute)
Declaration
cs-api-definition
public ItemValidatingEventArgs(RadLabel label, RadLabel validation, ErrorProvider errorProvider, RadRangeAttribute rangeAttribute)
Parameters
label
validation
errorProvider
rangeAttribute
Properties
ErrorProvider
Declaration
cs-api-definition
public ErrorProvider ErrorProvider { get; }
Property Value
RangeAttribute
Declaration
cs-api-definition
public RadRangeAttribute RangeAttribute { get; }
Property Value