eDriven Framework API
KeyDownHandler Method (e)
NamespaceseDriven.Gui.ComponentsInteractiveComponentKeyDownHandler(Event)
eDriven Framework API
KeyDown handler NOTE: We do the filtering here (in the local handler), but dispatching happens always (when component in focus) - no metter of filtering This is needed for event bubbling (because perhaps parent component wants to react on key that is filtered by this component)
Declaration Syntax
C#Visual BasicVisual C++
protected virtual void KeyDownHandler(
	Event e
)
Protected Overridable Sub KeyDownHandler ( _
	e As Event _
)
protected:
virtual void KeyDownHandler(
	Event^ e
)
Parameters
e (Event)
An event

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)