How would you declare and raise custom events in a class?



How would you declare and raise custom events in a class?..

Answer / guest

1) Public Event OnVarChange();
2) RaiseEvent OnVarChange[(arg1, arg2, ... , argn)]

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

What are the new events in textbox that has been included in VB ?

0 Answers  


Is it possible to call backend procedures with ADO control?

1 Answers  


what are the Parts of ODBC?

0 Answers  


What is meant by Establish Connection in RDO?

0 Answers  


It is possible to access Text (x.txt) files? Explain.

0 Answers  


___ Property is used to count no. of items in a combobox.

0 Answers  


What is Vlookup introduction and formula?

2 Answers  


what is the Difference between listbox and combo box?

2 Answers  


1s it posible to Create Tables Through Querydef?

0 Answers  


How do I get the number of free bytes on a disk?

0 Answers  


Give brief description about class?

0 Answers  


What is the Dll required for running the VB?

1 Answers  


Categories