eDriven Framework API
KeyUpHandler Method (e)
NamespaceseDriven.Gui.ComponentsInteractiveComponentKeyUpHandler(Event)
eDriven Framework API
KeyUp 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 KeyUpHandler(
	Event e
)
Protected Overridable Sub KeyUpHandler ( _
	e As Event _
)
protected:
virtual void KeyUpHandler(
	Event^ e
)
Parameters
e (Event)
An event

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