ActiveReports.Chart Request technical support
MaximizedBoundsChanged Event
See Also 


Occurs when the value of the MaximizedBounds property has changed.

Syntax

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

See Also