Where is a controls parameter list documented?
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
- Should Title V applicants list all federally applicable requirements or just those with emissions limitations, control requirements, operational restrictions, etc.?
- What is the purpose of order enquiry selection parameter on screen MDOA - Order List, NO as only orders with a status of "outstanding" are displayed?
- HSRP does not work when an Access Control List (ACL) is applied. How can I permit HSRP through an ACL?