ActiveReports.Chart Request technical support
BackgroundImageLayoutChanged Event
See Also 


Occurs when the BackgroundImageLayout property changes.

Syntax

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

See Also