Back to Devexpress

ComponentEditorContainer Events

windowsforms-devexpress-dot-xtraeditors-dot-container-dot-componenteditorcontainer-dot-underscore-events.md

latest1.6 KB
Original Source

ComponentEditorContainer Events

Serves as the base for components that provide visual elements at runtime, manage editor repositories providing inplace editors for their visual elements and support the common tooltip control mechanism.

NameDescription
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
EditorKeyDownOccurs when a key is pressed within an in-place editor that belongs to the container component.
EditorKeyPressOccurs when a character key is pressed within an in-place editor that belongs to the container component.
EditorKeyUpOccurs when a pressed key is released within an in-place editor that belongs to the container component.

See Also

ComponentEditorContainer Class

ComponentEditorContainer Members

DevExpress.XtraEditors.Container Namespace