GrapeCity.Windows.SpreadSheet.UI Namespace / SpreadSurfaceChartView Class / LayoutUpdated Event


In This Topic
LayoutUpdated Event (SpreadSurfaceChartView)
In This Topic
Syntax
'Declaration
 
Public Event LayoutUpdated As EventHandler
 
'Usage
 
Dim instance As SpreadSurfaceChartView
Dim handler As EventHandler
 
AddHandler instance.LayoutUpdated, handler
See Also