GridDataCellEventArgs Class
Provides argument data for events related to the data cells of the
DataGrid control.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public class GridDataCellEventArgs : EventArgs
Public Class GridDataCellEventArgs
Inherits EventArgs
- Inheritance
- Object EventArgs GridDataCellEventArgs
Column |
Gets the column containing the cell that raised the event
|
RowColumnIndex |
Gets the coordinates of the cell that triggered the event
|
RowData |
Gets the data item of the row corresponding to the cell that raised the event.
|