Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparklineGroup Class / OnUpdated Method
The System.EventArgs instance that contains the event data.


In This Topic
OnUpdated Method (ExcelSparklineGroup)
In This Topic
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)

Parameters

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