VLFormDesigner Reference

EventControlDeselected

See Also See Also Applies To Applies To

This event occurs when a previously selected control gets deselected. The event will be fired for deselection caused by user action as well by the programmer using DeselectControl method.

 

Syntax

Private Sub object_ControlDeselected (aControl As Object)

 

The ControlDeselected event syntax has these parts:

Part Description
object An object expression that evaluates to VLFormDesigner.
aControl An object expression that evaluates to the control which has been deselected.