Matching
Match each item with a statement below:
Premises:
Used to notify an object's client of a change that has occurred in the object
A type of delegate that lets you invoke multiple method calls using a single statement
A delegate used to create mouse event handlers
The control that generates an event
The technique of packaging an object's attributes and methods into a cohesive unit that can then be used as an undivided entity
Shown in the Properties window of the IDE, and looks like a lightning bolt
Generated when a Button object is clicked
Also known as an event-handler method
Represents an event that contains no event data
Responses:
composed delegate
event
event sender
event receiver
Empty
MouseEventHandler
encapsulation
Click event
Events icon
Correct Answer:
Premises:
Responses:
Used to notify an object's client of a change that has occurred in the object
A type of delegate that lets you invoke multiple method calls using a single statement
A delegate used to create mouse event handlers
The control that generates an event
The technique of packaging an object's attributes and methods into a cohesive unit that can then be used as an undivided entity
Shown in the Properties window of the IDE, and looks like a lightning bolt
Generated when a Button object is clicked
Also known as an event-handler method
Represents an event that contains no event data
Premises:
Used to notify an object's client of a change that has occurred in the object
A type of delegate that lets you invoke multiple method calls using a single statement
A delegate used to create mouse event handlers
The control that generates an event
The technique of packaging an object's attributes and methods into a cohesive unit that can then be used as an undivided entity
Shown in the Properties window of the IDE, and looks like a lightning bolt
Generated when a Button object is clicked
Also known as an event-handler method
Represents an event that contains no event data
Responses:
Related Questions
Q5: The first parameter of an event-handler method
Q5: When an event occurs, any delegate that
Q6: What are the default conventions for naming
Q10: An event-handler method is also known as
Q11: When you open the _ file in
Q12: When you define your own event-handler delegate,
Q12: Programmers say that a button click _
Q13: Given the delegate declaration: delegate void
Q25: What are the two actions that can
Q30: Assume you declare three delegates named delegate1,