ActiveReports.Viewer3 Request technical support
Resize Event
See Also 


Occurs when the control is resized.

Syntax

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

See Also