Class TableSelectionChangedEventArgs
Inheritance
System.Object
System.EventArgs
TableSelectionChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.RichTextEditorRibbonUI
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class TableSelectionChangedEventArgs : EventArgs
Constructors
TableSelectionChangedEventArgs(Int32, Int32)
Declaration
public TableSelectionChangedEventArgs(int columnIndex, int rowIndex)
Parameters
System.Int32
columnIndex
|
System.Int32
rowIndex
|
Properties
ColumnIndex
Declaration
public int ColumnIndex { get; }
Property Value
System.Int32
|
RowIndex
Declaration
public int RowIndex { get; }
Property Value
System.Int32
|