Computer Flashcards
(18 cards)
Something special that happens
Event
Function or method containing a program statement
Event Handler
User edit the text displayed in the textbox
Change
User clicks an element using the primary mouse button
Click
User double-clicks an element using primary mouse button
DblClick
User drags an element to another location
DragDrop
User drags an element over another control
DragOver
When an element has the focus
GotFocus
When a key is pressed
KeyDown
When a key is pressed and released while an element has the focus
KeyPress
When a key is released while an element as the focus
KeyUp
Element loss the focus
LostFocus
When the user clicks a mouse button while the mouse pointer is over an object
MouseDown
User moves the mouse over an element
MouseMove
User releases a mouse button while the pointer is over an object
MouseUp
Gets activated when a button is clicked on
Click Event
Display which object was the sender
Message
Recognizes which button of the mouse is pressed
MouseDown Event