InterfaceICellEditor
Interface
Represents a cell editor.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public interface ICellEditor
Properties
Methods
Focus()
Focuses this instance.
Events
LostFocus
Occurs when the instance loses focus.
Declaration
cs-api-definition
event RoutedEventHandler LostFocus
Event Value
RoutedEventHandler
SelectionChanged
Occurs when the selection is changed].
TextChanged
Occurs when the text is changed.