ICellEditor
Interface
Represents a cell editor.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public interface ICellEditor
Derived Classes:
Properties
Methods
Selects all.
C#
void SelectAll()
Events
LostFocus
RoutedEventHandler
Occurs when the instance loses focus.
C#
event RoutedEventHandler LostFocus
Occurs when the selection is changed].
C#
event EventHandler SelectionChanged
Occurs when the text is changed.
C#
event EventHandler TextChanged