ClassGridViewCellValidatedEventArgs
Class
Provides data for the RadGridView.CellValidated event.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class GridViewCellValidatedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsGridViewCellValidatedEventArgs
Constructors
GridViewCellValidatedEventArgs()
Initializes a new instance of the GridViewCellValidatedEventArgs class.
Declaration
cs-api-definition
public GridViewCellValidatedEventArgs()
GridViewCellValidatedEventArgs(RoutedEvent, GridViewCellValidationResult, GridViewCell, object)
Initializes a new instance of the GridViewCellValidatedEventArgs class.
Declaration
cs-api-definition
public GridViewCellValidatedEventArgs(RoutedEvent routedEvent, GridViewCellValidationResult validationResult, GridViewCell cell, object editor)
Parameters
routedEvent
RoutedEvent
The routed event.
validationResult
The validation result.
cell
The cell.
editor
The editor.
Properties
Cell
Gets or sets the cell.
Declaration
cs-api-definition
public GridViewCell Cell { get; }
Property Value
The cell.
EditorElement
Gets or sets the editor element.
Declaration
cs-api-definition
public object EditorElement { get; }
Property Value
The editor element.
ValidationResult
Gets or sets the validation result.
Declaration
cs-api-definition
public GridViewCellValidationResult ValidationResult { get; }
Property Value
The validation result.