ActiveReports.Viewer3 Request technical support
DropDownStyleChanged Event
See Also 


Occurs when the DropDownStyle property has changed.

Syntax

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

See Also