Class GridCellEventArgs
Holds row and column coordinates for events associated with a specific cell.
Inheritance
System.Object
GridCellEventArgs
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCellEventArgs : SyncfusionRoutedEventArgs
Remarks
Directly used by
Used also as base class for several other events related to a specific cell.
Constructors
GridCellEventArgs(RowColumnIndex, RoutedEvent, Object)
Initalizes a new object.
Declaration
public GridCellEventArgs(RowColumnIndex cellRowColumnIndex, RoutedEvent routedEvent, object source)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | cellRowColumnIndex | |
System.Windows.RoutedEvent | routedEvent | |
System.Object | source |
Properties
CellRowColumnIndex
The row and column indices of the cell.
Declaration
[TraceProperty(true)]
public RowColumnIndex CellRowColumnIndex { get; set; }
Property Value
Type |
---|
RowColumnIndex |