eDriven Framework API
TextFieldEvent Constructor (keyboardEvent)
NamespaceseDriven.Gui.EventsTextFieldEventTextFieldEvent(KeyboardEvent)
eDriven Framework API
Initializes a new instance of the TextFieldEvent class
Declaration Syntax
C#Visual BasicVisual C++
public TextFieldEvent(
	KeyboardEvent keyboardEvent
)
Public Sub New ( _
	keyboardEvent As KeyboardEvent _
)
public:
TextFieldEvent(
	KeyboardEvent^ keyboardEvent
)
Parameters
keyboardEvent (KeyboardEvent)

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