ActiveReports.Chart Request technical support
DockChanged Event
See Also 


Occurs when the value of the Dock property changes.

Syntax

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

See Also