Interface
IEditorHandler

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public interface IEditorHandler

Methods

HandleEditorKeyDown(KeyEventArgs)

Declaration

cs-api-definition
void HandleEditorKeyDown(KeyEventArgs e)

Parameters

e

KeyEventArgs

HandleEditorKeyPress(KeyPressEventArgs)

Declaration

cs-api-definition
void HandleEditorKeyPress(KeyPressEventArgs e)

Parameters

e

KeyPressEventArgs

HandleEditorKeyUp(KeyEventArgs)

Declaration

cs-api-definition
void HandleEditorKeyUp(KeyEventArgs e)

Parameters

e

KeyEventArgs

HandleEditorValidated(EventArgs)

Declaration

cs-api-definition
void HandleEditorValidated(EventArgs e)

Parameters

e

EventArgs

HandleEditorValidating(CancelEventArgs)

Declaration

cs-api-definition
void HandleEditorValidating(CancelEventArgs e)

Parameters

e

CancelEventArgs

HandleEditorValidationError(ValidationErrorEventArgs)

Declaration

cs-api-definition
void HandleEditorValidationError(ValidationErrorEventArgs e)

Parameters

e

ValidationErrorEventArgs

HandleEditorValueChanged(EventArgs)

Declaration

cs-api-definition
void HandleEditorValueChanged(EventArgs e)

Parameters

e

EventArgs

HandleEditorValueChanging(ValueChangingEventArgs)

Declaration

cs-api-definition
void HandleEditorValueChanging(ValueChangingEventArgs e)

Parameters

e

ValueChangingEventArgs

HideEditor(IInputEditor)

Declaration

cs-api-definition
void HideEditor(IInputEditor editor)

Parameters

editor

IInputEditor

ReadValue()

Declaration

cs-api-definition
void ReadValue()

ShowEditor(IInputEditor)

Declaration

cs-api-definition
void ShowEditor(IInputEditor editor)

Parameters

editor

IInputEditor

WriteValue()

Declaration

cs-api-definition
void WriteValue()