Class CurrentCellValidatedEventArgs
Provides data for CurrentCellValidated event.
Inheritance
System.Object
    
    
    CurrentCellValidatedEventArgs
  Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class CurrentCellValidatedEventArgs : CurrentCellValidatedEventArgsBaseConstructors
CurrentCellValidatedEventArgs(Object)
Initializes a new instance of CurrentCellValidatedEventArgs class.
Declaration
public CurrentCellValidatedEventArgs(object originalSource)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | originalSource | The source of the event. | 
Properties
Column
Gets the GridColumn of the cell which triggers this event.
Declaration
public GridColumn Column { get; }Property Value
| Type | Description | 
|---|---|
| GridColumn | The corresponding GridColumn that contains the current cell. |