Interface IEditorHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface IEditorHandler
Methods
HandleEditorKeyDown(KeyEventArgs)
Declaration
void HandleEditorKeyDown(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
|
HandleEditorKeyPress(KeyPressEventArgs)
Declaration
void HandleEditorKeyPress(KeyPressEventArgs e)
Parameters
System.Windows.Forms.KeyPressEventArgs
e
|
HandleEditorKeyUp(KeyEventArgs)
Declaration
void HandleEditorKeyUp(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
|
HandleEditorValidated(EventArgs)
Declaration
void HandleEditorValidated(EventArgs e)
Parameters
System.EventArgs
e
|
HandleEditorValidating(CancelEventArgs)
Declaration
void HandleEditorValidating(CancelEventArgs e)
Parameters
System.ComponentModel.CancelEventArgs
e
|
HandleEditorValidationError(ValidationErrorEventArgs)
Declaration
void HandleEditorValidationError(ValidationErrorEventArgs e)
Parameters
ValidationErrorEventArgs
e
|
HandleEditorValueChanged(EventArgs)
Declaration
void HandleEditorValueChanged(EventArgs e)
Parameters
System.EventArgs
e
|
HandleEditorValueChanging(ValueChangingEventArgs)
Declaration
void HandleEditorValueChanging(ValueChangingEventArgs e)
Parameters
ValueChangingEventArgs
e
|
HideEditor(IInputEditor)
ReadValue()
Declaration
void ReadValue()
ShowEditor(IInputEditor)
WriteValue()
Declaration
void WriteValue()