Computer Flashcards

(18 cards)

1
Q

Something special that happens

A

Event

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Function or method containing a program statement

A

Event Handler

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

User edit the text displayed in the textbox

A

Change

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

User clicks an element using the primary mouse button

A

Click

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

User double-clicks an element using primary mouse button

A

DblClick

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

User drags an element to another location

A

DragDrop

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

User drags an element over another control

A

DragOver

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

When an element has the focus

A

GotFocus

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

When a key is pressed

A

KeyDown

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

When a key is pressed and released while an element has the focus

A

KeyPress

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

When a key is released while an element as the focus

A

KeyUp

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Element loss the focus

A

LostFocus

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

When the user clicks a mouse button while the mouse pointer is over an object

A

MouseDown

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

User moves the mouse over an element

A

MouseMove

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

User releases a mouse button while the pointer is over an object

A

MouseUp

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Gets activated when a button is clicked on

17
Q

Display which object was the sender

18
Q

Recognizes which button of the mouse is pressed

A

MouseDown Event