Solved

Statements of Which of the Following Kind Should Be Placed

Question 28

Multiple Choice

Statements of which of the following kind should be placed in the form's code to declare an instance of a class that contains an event?


A) Public Event UserDefinedEvent(par1 As dataType1, par2 As dataType2, ...)
B) RaiseEvent UserDefinedEvent(arg1, arg2, ...)
C) Dim WithEvents object1 As ClassName
D) Private Sub object1_UserDefinedEvent(par1, par2, ...) _ Handles object1.UserDefinedEvent

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions