ActiveReports.Viewer3 Request technical support
DropDownClosed Event
See Also 


Occurs when the drop-down portion of the ComboBox is no longer visible.

Syntax

Visual Basic (Declaration) 
Public Event DropDownClosed() As EventHandler
Visual Basic (Usage)Copy Code
Dim instance As ZoomCombo
Dim handler As EventHandler
 
AddHandler instance.DropDownClosed, handler
C# 
public event EventHandler DropDownClosed()

See Also