Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Where is a controls parameter list documented?

0
Posted

Where is a controls parameter list documented?

0

On Sat, 16 Aug 2008 16:04:23 -0500, “HillBilly” I’m not sure I understand your question. I don’t think the list of all event parameters used by a control is a useful thing to know. A control raises some number of events. When the handler for an event is called, an event parameter is passed. Each event has a specific parameter type. If you want to know which parameter a specific event uses, you can either look it up in the documentation, or code the parameter as something clearly illegal like ‘string’ and the compiler error message will tell you what is expected (unless you are using VB with OPTION STRICT OFF, in which case you need to bit the bullet and change to OPTION STRICT ON).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123