Class CellEditor
Represents a cell editor.
Inheritance
System.Object
CellEditor
Inherited Members
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.WinForms.Controls.Spreadsheet.Worksheets
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class CellEditor : CellEditorBase, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, ICellEditor, ICommandDescriptorsProvider
Constructors
CellEditor()
Methods
OnDocumentContentChanged()
Raises the DocumentContentChanged event.
Declaration
[Obsolete("Use OnTextChanged method instead")]
protected virtual void OnDocumentContentChanged()
Events
DocumentContentChanged
Occurs when the document content is changed.
Declaration
[Obsolete("Use TextChanged event instead")]
public event EventHandler DocumentContentChanged
Event Type
System.EventHandler
|