Spread Windows Forms 12.0 Product Documentation
OnUpdated Method (ExcelSparklineGroup)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ExcelSparklineGroup Class : OnUpdated Method
The System.EventArgs instance that contains the event data.
Raises the Updated event.
Syntax
'Declaration
 
Protected Overridable Sub OnUpdated( _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As ExcelSparklineGroup
Dim e As EventArgs
 
instance.OnUpdated(e)
protected virtual void OnUpdated( 
   EventArgs e
)

Parameters

e
The System.EventArgs instance that contains the event data.
See Also

Reference

ExcelSparklineGroup Class
ExcelSparklineGroup Members