EventParameter Object

               

Represents a control event parameter.

Syntax

EventParameter

Remarks

The EventParameter object is used to evaluate and return the values contained by an event of a control that has been dynamically added to the Controls collection.

The EventParameters collection is part of the EventInfo object.

The EventParameter object has two properties: Name and Value. The Name property returns the name of a parameter. You can then evaluate and set the Value property as appropriate.