Class
TableSelectionChangedEventArgs

Definition

Namespace:Telerik.WinControls.UI.RichTextEditorRibbonUI

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class TableSelectionChangedEventArgs : EventArgs

Inheritance: objectEventArgsTableSelectionChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

TableSelectionChangedEventArgs(int, int)

Declaration

cs-api-definition
public TableSelectionChangedEventArgs(int columnIndex, int rowIndex)

Parameters

columnIndex

int

rowIndex

int

Properties

ColumnIndex

Declaration

cs-api-definition
public int ColumnIndex { get; }

Property Value

int

RowIndex

Declaration

cs-api-definition
public int RowIndex { get; }

Property Value

int