ActiveReports.Chart Request technical support
MarginChanged Event
See Also 


Occurs when the control's margin changes.

Syntax

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

See Also